Skip to content

Commit

Permalink
fix file upload test
Browse files Browse the repository at this point in the history
  • Loading branch information
hkreuter committed Dec 19, 2024
1 parent d9c1798 commit a0f408c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

namespace OxidEsales\GraphQL\Base\Tests\Integration\Framework;

use OxidEsales\EshopCommunity\Internal\Container\ContainerFactory;
use OxidEsales\EshopCommunity\Internal\Container\BootstrapContainerFactory;
use OxidEsales\EshopCommunity\Internal\Framework\DIContainer\Dao\ProjectYamlDao;
use OxidEsales\EshopCommunity\Internal\Framework\DIContainer\Service\ProjectYamlImportService;
Expand All @@ -34,6 +35,8 @@ 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 a0f408c

Please sign in to comment.