Skip to content

Commit

Permalink
DEBUG: print response
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Dec 17, 2023
1 parent 256ed39 commit 5ef3a60
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tcms_github_marketplace/tests/test_docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ def test_delete_account(self):
# try a second time
response = account.delete()
response = json.loads(response)

print(f"*** DEBUG, response={response}")

self.assertIn(
"Could not find robot with specified username", response["message"]
)
Expand Down

0 comments on commit 5ef3a60

Please sign in to comment.