Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Jul 1, 2024
1 parent de02319 commit 903bf75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/main/test_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ def test_homepage(self):
)

def test_cookies(self):
rv = self.app.get("/")
rv = self.app.get("/cookies/")
self.assertEqual(rv.status_code, 200)
self.assertIn('<h1 class="tna-heading-xl">Cookies</h1>', rv.text)

0 comments on commit 903bf75

Please sign in to comment.