Skip to content

Commit

Permalink
Update test_utils.py
Browse files Browse the repository at this point in the history
remove debug code
  • Loading branch information
eric-intuitem committed Sep 13, 2024
1 parent 6a53df2 commit 75af533
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/app_tests/api/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,6 @@ def get_object(
json.loads(response_item[key]) == value
), f"{verbose_name} {key.replace('_', ' ')} queried from the API don't match {verbose_name.lower()} {key.replace('_', ' ')} in the database"
else:
print("coucou", type(value))
assert (
response_item[key] == value
), f"{verbose_name} {key.replace('_', ' ')} queried from the API don't match {verbose_name.lower()} {key.replace('_', ' ')} in the database"
Expand Down

0 comments on commit 75af533

Please sign in to comment.