Skip to content

Commit

Permalink
try without container reset
Browse files Browse the repository at this point in the history
  • Loading branch information
hkreuter committed Dec 19, 2024
1 parent dea3c74 commit 2ef39a4
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ public static function tearDownAfterClass(): void

public function testFileUpload(): void
{
ContainerFactory::resetContainer();

$expected = file_get_contents(self::UPLOAD_FILE);
$result = $this->uploadFile(self::UPLOAD_FILE, $this->getMutationData());

Expand Down

0 comments on commit 2ef39a4

Please sign in to comment.