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 8988b63 commit b69a2f8Copy full SHA for b69a2f8
tests/test_api.py
@@ -352,4 +352,3 @@ def test_url_scheme(self, app):
352
api = restx.Api(app, url_scheme="https")
353
assert api.specs_url == "https://localhost/swagger.json"
354
assert api.base_url == "https://localhost/"
355
-
0 commit comments