Skip to content

Commit

Permalink
Fix systemlog test
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Breker <robert.breker@citrix.com>
  • Loading branch information
Robert Breker committed Apr 15, 2021
1 parent 3a86f10 commit 7ecc523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_clidriver.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def services_mock(mocker, requests_mock):

# Mock the calls that are being made
requests_mock.get(
"https://api-us.cloud.com/systemlog/dvintfd45cca/records",
"https://api-us.cloud.com/systemlog/records",
status_code=200,
text=read_datafile("systemlog_GetRecords.response"),
)
Expand Down

0 comments on commit 7ecc523

Please sign in to comment.