Skip to content

Commit

Permalink
Fixing tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildTools committed Oct 28, 2023
1 parent 079ca51 commit a9cafae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api_v2/tests/test_router.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ def test_get_root_list(self):
self.assertContains(response, 'itemsets', count=2)
self.assertContains(response, 'weapons', count=2)
self.assertContains(response, 'armor', count=2)
self.assertContains(response, 'creatures', count=2)
self.assertContains(response, 'creatures', count=4)
self.assertContains(response, 'creaturesets', count=2)

def test_options_root_data(self):
"""
Expand Down

0 comments on commit a9cafae

Please sign in to comment.