- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for initOAuth (0.03 sec)
-
tests/test_swagger_ui_init_oauth.py
client = TestClient(app) def test_swagger_ui(): response = client.get("/docs") assert response.status_code == 200, response.text print(response.text) assert "ui.initOAuth" in response.text assert '"appName": "The Predendapp"' in response.text assert '"clientId": "the-foo-clients"' in response.text def test_response(): response = client.get("/items/")
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sun Aug 09 10:54:05 UTC 2020 - 718 bytes - Viewed (0)