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 0ed84cc commit 76b1cb6Copy full SHA for 76b1cb6
tests/functional/event_handler/test_openapi_servers.py
@@ -22,5 +22,5 @@ def test_openapi_schema_custom_server():
22
23
assert schema.servers
24
assert len(schema.servers) == 1
25
- assert schema.servers[0].url == "https://example.org"
+ assert str(schema.servers[0].url) == "https://example.org"
26
assert schema.servers[0].description == "Example website"
0 commit comments