Skip to content

Commit 47b3b62

Browse files
committed
fix sonar warning
1 parent 61f9720 commit 47b3b62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 == 'http://example.com:8080/foo/bar'
114+
assert url == 'https://example.com:8080/foo/bar'

0 commit comments

Comments
 (0)