Skip to content

Commit

Permalink
removed print statement. Still unsure why the mock responses aren't c…
Browse files Browse the repository at this point in the history
…ontinuing after DataManager_Test 5.20
  • Loading branch information
Sean-McCann-HG committed Apr 19, 2024
1 parent 88015a8 commit 81425be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion QGIS-AIMS-Plugin/test/AimsService_Mock.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,6 @@ def mock_api_request(url:str, method, payload=None, headers=None, *args, **kwarg
if content is None:
raise LookupError(f'No URL path handling configured for: {url}')

print(f'API MOCK RESPONSE -- URL: {url} -- Method: {method} -- Payload: {payload} -- Response: {response} -- Content: {content}')
return response, json.dumps(content)

###------
Expand Down

0 comments on commit 81425be

Please sign in to comment.