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 14e4058 commit ab975c9Copy full SHA for ab975c9
1 file changed
samples/openapi3/client/petstore/python/tests/test_api_client.py
@@ -77,7 +77,7 @@ def test_ignore_operation_servers(self):
77
# operation servers should be used
78
_, url, *_ = user_api_instance._create_user_serialize(**params_to_serialize)
79
self.assertEqual(client.configuration.host, HOST)
80
- self.assertEqual(url, 'http://petstore.swagger.io/v2/user')
+ self.assertEqual(url, 'http://localhost/v2/user')
81
82
# operation servers should be ignored
83
_, url_ignore, *_ = user_api_instance_ignore._create_user_serialize(**params_to_serialize)
0 commit comments