Skip to content

Commit

Permalink
breadcrumb for when tests break
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Oct 17, 2024
1 parent 58c7ed6 commit 1f5fd88
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 @@ -873,6 +873,7 @@ def test_user_can_print_own_labels(self):
response = self.client.get(self.url)
# messages = list(response.wsgi_request._messages)
assert response.status_code == 200
# note that weasyprint currently requires pydyf==0.8.0 in requirements.txt
assert "attachment;filename=" in response.headers["Content-Disposition"]

def test_small_labels(self):
Expand Down

0 comments on commit 1f5fd88

Please sign in to comment.