Skip to content

Commit 42377cb

Browse files
author
Joel Collins
committed
Blackened
1 parent 95ea6b3 commit 42377cb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/test_server_default_views.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
21
def test_docs(thing, thing_client, app_ctx):
32
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
3+
assert c.get("/docs/swagger").json == thing.spec.to_dict()
4+
assert c.get("/docs/swagger-ui").status_code == 200

0 commit comments

Comments
 (0)