Skip to content

Commit 0a19a7c

Browse files
committed
Merge remote-tracking branch 'gl/AC-7850' into 82-compatibility
2 parents 08fd2d3 + 8b952d8 commit 0a19a7c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dev/tests/api-functional/testsuite/Magento/Framework/Stdlib/CookieManagerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ public function testDeleteCookie()
144144
if (isset($cookie['max-age'])) {
145145
$this->assertEquals(0, $cookie['max-age']);
146146
}
147-
$this->assertEquals('Thu, 01-Jan-1970 00:00:01 GMT', $cookie['expires']);
147+
$this->assertEquals('Thu, 01 Jan 1970 00:00:01 GMT', $cookie['expires']);
148148
}
149149

150150
/**

dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/ProductSearchTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1746,6 +1746,7 @@ public function testFilteringForProductsFromMultipleCategories()
17461746
*/
17471747
public function testFilterProductsBySingleCategoryId(string $fieldName, string $queryCategoryId)
17481748
{
1749+
CacheCleaner::clean(['config']);
17491750
if (is_numeric($queryCategoryId)) {
17501751
$queryCategoryId = (int) $queryCategoryId;
17511752
}

0 commit comments

Comments
 (0)