Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
TavoNiievez committed Dec 24, 2021
1 parent 4c1ea13 commit 0f4f48b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/Codeception/Module/RestTest.php
Expand Up @@ -664,6 +664,7 @@ public function testRestExecute(string $configUrl, string $requestUrl, string $e
$content
) use ($expectedFullUrl) {
\PHPUnit\Framework\Assert::assertSame($expectedFullUrl, $uri);
return '';
})
);

Expand Down

0 comments on commit 0f4f48b

Please sign in to comment.