Skip to content

Commit

Permalink
Update test_cache.py
Browse files Browse the repository at this point in the history
  • Loading branch information
michplunkett committed Aug 4, 2023
1 parent d7571c7 commit 64bb6c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions OpenOversight/tests/test_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,9 @@ def test_total_documented_officers(mockdata, client, faker):
LinkForm(url=faker.url(), link_type="video", created_by=user.id).data,
]
job = Job.query.filter_by(department_id=department.id).first()
first_name = faker.first_name()
last_name = faker.last_name()
form = AddOfficerForm(
first_name=first_name,
first_name=faker.first_name(),
last_name=last_name,
middle_initial=faker.random_uppercase_letter(),
race="WHITE",
Expand Down

0 comments on commit 64bb6c4

Please sign in to comment.