Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
Add query parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
hamermike committed Feb 16, 2024
1 parent 160e60b commit 7b3bc57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_disconnects.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def test_disconnect_get(self):

with requests_mock.Mocker() as m:

url =self._client.config.url+self._account.disconnects.get_xpath()
url =self._client.config.url+self._account.disconnects.get_xpath() + "?tndetail=true"
m.get(url, content=XML_RESPONSE_DISCONNECT_GET)

disconnect = self._account.disconnects.create({"order_id": "b902dee1-0585-4258-becd-5c7e51ccf5e1"}, False)
Expand Down

0 comments on commit 7b3bc57

Please sign in to comment.