Skip to content

Commit

Permalink
Minor test fix, thanks @higs4281
Browse files Browse the repository at this point in the history
Co-Authored-By: william higgins <higs4281@users.noreply.github.com>
  • Loading branch information
chosak and higs4281 committed Apr 17, 2020
1 parent fbc952f commit 283f3f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfgov/v1/tests/views/test_template_debug.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def test_renders_debug_template_with_test_cases(self):

# The view should render the provided template (the hyperlink atom)
# with each of the test cases.
for name, test_case in test_cases.items():
for test_case in test_cases.values():
self.assertContains(
response,
f'href="{test_case["url"]}"'
Expand Down

0 comments on commit 283f3f1

Please sign in to comment.