Skip to content

Commit

Permalink
Removed print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
anagradova committed Dec 5, 2024
1 parent 39da46a commit 9dcbe15
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions backend/audit/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,6 @@ def test_post_transaction_error(self, mock_validate, mock_general_get):
self.assertEqual(response.status_code, 302)
self.assertRedirects(response, reverse("audit:MySubmissions"))

print("this response", response)
self.assertEqual(response.status_code, 302)
self.assertRedirects(response, reverse("audit:MySubmissions"))

Expand Down Expand Up @@ -1962,8 +1961,6 @@ def test_post_valid_form(self):

response = self.client.post(self.url, form_data)

# print(response.content)

self.assertEqual(response.status_code, 302)
self.sac.refresh_from_db()

Expand Down

0 comments on commit 9dcbe15

Please sign in to comment.