From 2ef39a4fb69cd12c9c1a29e6b5030023559d9d33 Mon Sep 17 00:00:00 2001 From: hkreuter Date: Thu, 19 Dec 2024 09:59:29 +0100 Subject: [PATCH] try without container reset --- .../Integration/Framework/GraphQLQueryHandlerFileUploadTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/Integration/Framework/GraphQLQueryHandlerFileUploadTest.php b/tests/Integration/Framework/GraphQLQueryHandlerFileUploadTest.php index 17988fbc..e6e6e73e 100644 --- a/tests/Integration/Framework/GraphQLQueryHandlerFileUploadTest.php +++ b/tests/Integration/Framework/GraphQLQueryHandlerFileUploadTest.php @@ -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());