Skip to content

Commit

Permalink
Example of failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
wgordon17 committed Mar 31, 2024
1 parent b4bb2b5 commit c2ac0d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests_functional/django_example/polls/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ def test_settings(self):
# hooks
self.assertEqual(settings.BEST_BOSS, "Michael Scott")

self.assertEqual(settings.LOGIN_URL, "/admin/login/")
self.assertEqual(settings.ISSUE, 596)
self.assertEqual(settings.SERVER, "prodserver.com")
# self.assertEqual(
Expand Down

0 comments on commit c2ac0d7

Please sign in to comment.