Skip to content

Commit b6e0bb6

Browse files
committed
update request tests
1 parent 47b3b62 commit b6e0bb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

specs/client/test_request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,4 @@ def test_custom_scheme_and_port(self):
111111
'ssl': False
112112
})
113113
url = self.request.http_request.get_full_url()
114-
assert url == 'https://example.com:8080/foo/bar'
114+
assert url == 'http://example.com:8080/foo/bar'

0 commit comments

Comments
 (0)