Skip to content

Commit

Permalink
Update pyramid_openapi3/tests/test_views.py
Browse files Browse the repository at this point in the history
Co-authored-by: Neyts Zupan <zupo@users.noreply.github.com>
  • Loading branch information
mmerickel and zupo committed Dec 7, 2024
1 parent 6c5f201 commit 5a373cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyramid_openapi3/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ def test_add_explorer_view() -> None:


def test_add_explorer_oauth_view() -> None:
"""Test registration of a view serving the Swagger UI."""
"""Test registration of a view serving the Swagger UI with OAuth support."""
with testConfig() as config:
config.include("pyramid_openapi3")

Expand Down

0 comments on commit 5a373cf

Please sign in to comment.