Skip to content

Commit

Permalink
add print to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Sep 8, 2024
1 parent e584284 commit ee1cd85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions auctions/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -1051,6 +1051,7 @@ def test_thermal_labels(self):
user_label_prefs.save()
self.client.login(username=self.user, password="testpassword")
response = self.client.get(self.url)
print(response.status_code)
assert response.status_code == 200
assert "attachment; filename=" in response.headers["Content-Disposition"]

Expand Down

0 comments on commit ee1cd85

Please sign in to comment.