Skip to content

Commit ed58cec

Browse files
committed
fix warning
1 parent f271745 commit ed58cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs/mixins/test_validator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def test_client_options(valid_params):
8383
assert amadeus.host == Client.HOSTS['production']
8484

8585
# Test custom host
86-
host = 'http://foo.bar.com/'
86+
host = 'https://foo.bar.com/'
8787
valid_params['host'] = host
8888
amadeus = Client(**valid_params)
8989
assert amadeus.host == host

0 commit comments

Comments
 (0)