Skip to content

Commit

Permalink
Reenable the test settings
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsil committed Jul 11, 2023
1 parent b35a18f commit 6368330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ async def _app_settings(request: Request) -> str:


class DisableOpenAPI(EsmeraldAPISettings):
enable_openapi: bool = False
enable_openapi: bool = True


def test_settings_global(test_client_factory):
Expand Down

0 comments on commit 6368330

Please sign in to comment.