Skip to content

Commit

Permalink
Blackened
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Collins committed Apr 17, 2020
1 parent 95ea6b3 commit 42377cb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/test_server_default_views.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

def test_docs(thing, thing_client, app_ctx):
with thing_client as c:
assert c.get("/docs/swagger").json == thing.spec.to_dict()
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 comments on commit 42377cb

Please sign in to comment.