Skip to content

Commit

Permalink
Fixed test that was quietly not doing the right thing
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Sep 20, 2024
1 parent 9cb5f4c commit ae01c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def test_other_pages(self):
"/{}/".format(entry.created.year),
"/atom/everything/",
):
response = self.client.get("/")
response = self.client.get(path)
assert response.status_code == 200

def test_entry(self):
Expand Down

0 comments on commit ae01c13

Please sign in to comment.