Skip to content

Commit

Permalink
Fix remaining faker city calls for group tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtavis committed Dec 19, 2024
1 parent c68a358 commit 0bdff09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/entities/tests/test_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def test_url_validations() -> None:
created_by=user,
group_name=fake.company(),
name=fake.company(),
location=fake.city(),
location=location,
category=fake.word(),
get_involved_url=fake.url(),
terms_checked=True,
Expand Down Expand Up @@ -104,7 +104,7 @@ def test_multiple_groups_per_org() -> None:
created_by=user,
group_name=fake.company(),
name=fake.company(),
location=fake.city(),
location=location,
category=fake.word(),
get_involved_url=fake.url(),
terms_checked=True,
Expand Down

0 comments on commit 0bdff09

Please sign in to comment.