We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d191526 commit 1fd3caaCopy full SHA for 1fd3caa
dev/tests/api-functional/testsuite/Magento/GraphQl/PageCache/DisableSessionTest.php
@@ -77,7 +77,7 @@ public function testPrivateSessionContentCookiePresentWhenSessionEnabled()
77
private function isCookieSet(array $setCookieHeader, string $cookieName): bool
78
{
79
return count(array_filter($setCookieHeader, function ($cookie) use ($cookieName) {
80
- return str_starts_with($cookie, $cookieName . '=');
+ return str_starts_with($cookie, $cookieName);
81
})) > 0;
82
}
83
0 commit comments