Skip to content

Commit

Permalink
urL
Browse files Browse the repository at this point in the history
  • Loading branch information
allburov committed Aug 21, 2018
1 parent 79eff96 commit f54951c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tfs/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit f54951c

Please sign in to comment.