We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95ea6b3 commit 42377cbCopy full SHA for 42377cb
tests/test_server_default_views.py
@@ -1,5 +1,4 @@
1
-
2
def test_docs(thing, thing_client, app_ctx):
3
with thing_client as c:
4
- assert c.get("/docs/swagger").json == thing.spec.to_dict()
5
- assert c.get("/docs/swagger-ui").status_code == 200
+ assert c.get("/docs/swagger").json == thing.spec.to_dict()
+ assert c.get("/docs/swagger-ui").status_code == 200
0 commit comments