diff --git a/tfs/connection.py b/tfs/connection.py index 0c1d208..343ff75 100644 --- a/tfs/connection.py +++ b/tfs/connection.py @@ -355,7 +355,7 @@ def __send_request(self, method, uri, data, headers=None, payload=None, project= timeout=self.timeout) else: headers = {'Content-Type': 'application/json'} - response = self.http_session.get(uri, headers=headers, verify=self._verify, params=payload, + response = self.http_session.get(url, headers=headers, verify=self._verify, params=payload, timeout=self.timeout) response.raise_for_status()