Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenkrane committed Aug 3, 2023
1 parent 5d8fe1d commit 20bcfec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_response_encoding.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ def test_response_encoding(url: str, expected_response: bytes, client: Client) -

def test_schema() -> None:
spec = generate_api_spec(urlpatterns)
print(spec)
assert spec == {
"openapi": "3.1.0",
"info": {"title": "API overview", "version": "0.0.1"},
Expand Down

0 comments on commit 20bcfec

Please sign in to comment.