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 61f9720 commit 47b3b62Copy full SHA for 47b3b62
specs/client/test_request.py
@@ -111,4 +111,4 @@ def test_custom_scheme_and_port(self):
111
'ssl': False
112
})
113
url = self.request.http_request.get_full_url()
114
- assert url == 'http://example.com:8080/foo/bar'
+ assert url == 'https://example.com:8080/foo/bar'
0 commit comments