Skip to content

Commit

Permalink
remove print from favourite test
Browse files Browse the repository at this point in the history
  • Loading branch information
xinnie-ca committed Mar 11, 2024
1 parent 8b2b649 commit c05ba65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lvlgg_backend/favourite/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ def test_delete_favourite(self):
# Unsubscribe a unfavourite blog
url = f"/favourite/unsubscribe/{blog_id_last}/"
response = self.client.delete(url)
print(response.content)
self.assertEqual(response.status_code, 400)

# Subscribe another blog from user 2
Expand Down

0 comments on commit c05ba65

Please sign in to comment.