Skip to content

Commit

Permalink
fix: swagger test (#1423)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar committed Jul 3, 2020
1 parent f26cf7f commit 22d5460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_appbuilder/tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -2537,7 +2537,7 @@ def test_swagger_ui(self):
"""
client = self.app.test_client()
self.browser_login(client, USERNAME_ADMIN, PASSWORD_ADMIN)
uri = "swaggerview/v1"
uri = "swagger/v1"
rv = client.get(uri)
self.assertEqual(rv.status_code, 200)

Expand Down

0 comments on commit 22d5460

Please sign in to comment.