test responder docs

This commit is contained in:
2018-10-25 07:08:45 -04:00
parent 9768b7888d
commit bdf151e0a7
+1 -1
View File
@@ -380,7 +380,7 @@ def test_documentation():
resp.media = PetSchema().dump({"name": "little orange"})
r = api.requests.get("/docs")
assert r.content
assert "html" in r.text
def test_mount_wsgi_app(api, flask):