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 f271745 commit ed58cecCopy full SHA for ed58cec
specs/mixins/test_validator.py
@@ -83,7 +83,7 @@ def test_client_options(valid_params):
83
assert amadeus.host == Client.HOSTS['production']
84
85
# Test custom host
86
- host = 'http://foo.bar.com/'
+ host = 'https://foo.bar.com/'
87
valid_params['host'] = host
88
amadeus = Client(**valid_params)
89
assert amadeus.host == host
0 commit comments