Skip to content

Commit

Permalink
test: test_links -> test_incident_links
Browse files Browse the repository at this point in the history
pretty sure this was due to a mistake introduced via git
3 way merge
  • Loading branch information
redshiftzero committed Sep 4, 2019
1 parent f295369 commit 5b46605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenOversight/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ def mockdata(session):
department_id=2,
address=test_addresses[1],
license_plates=[test_license_plates[0]],
links=test_links,
links=test_incident_links,
officers=[all_officers[o] for o in range(1)],
creator_id=2,
last_updated_id=1
Expand Down

0 comments on commit 5b46605

Please sign in to comment.