Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
msmakouz committed Dec 25, 2023
1 parent fe5804e commit 277e9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/Functional/Bootloader/SwaggerBootloaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public function testDefaultConfigShouldBeDefined(): void
HtmlRenderer::FORMAT => HtmlRenderer::class,
],
'paths' => [
($this->getContainer()->get(DirectoriesInterface::class))->get('app'),
rtrim(($this->getContainer()->get(DirectoriesInterface::class))->get('app'), '/') . '/src',
],
'exclude' => null,
'pattern' => null,
Expand Down

0 comments on commit 277e9ca

Please sign in to comment.