Files
connexion/tests/api/test_swagger_ui.py
Niels Dewulf 6dc943661d Specification use raw spec on clone (#1830)
Fixes #1829.



Changes proposed in this pull request:

 - Use _raw_spec when cloning

---------

Co-authored-by: Robbe Sneyders <robbe.sneyders@gmail.com>
2023-12-07 14:54:40 +01:00

5 lines
167 B
Python

def test_simple(swagger_ui_app):
app_client = swagger_ui_app.test_client()
response = app_client.get("/v1.0/spec.json")
assert response.status_code == 200