Skip to content

Commit 5711aad

Browse files
committed
MC-33147: Stabilise integration tests
1 parent 56b9060 commit 5711aad

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Gallery

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Gallery/UploadTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ public function testUploadActionWithErrors(array $file, array $expectation): voi
167167
$this->assertEquals($expectation['errorcode'], $jsonBody['errorcode']);
168168

169169
if (!empty($expectation['tmp_media_path'])) {
170-
$this->assertFileNotExists(
170+
$this->assertFileDoesNotExist(
171171
$this->getFileAbsolutePath($expectation['tmp_media_path'])
172172
);
173173
}

0 commit comments

Comments
 (0)