Skip to content

Commit

Permalink
fix: gdpr get user data test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nicobav committed Mar 5, 2024
1 parent ecb3705 commit 11882ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kerrokantasi/tests/gdpr/test_gdpr_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,8 @@ def test_get_user_information_from_gdpr_api(user, geojson_feature):
SectionPollFactory(section=section_created, created_by=user)

# Create some other comments from other users.
user = UserFactory()
SectionCommentFactory.create_batch(10, section=section, created_by=user)
other_user = UserFactory()
SectionCommentFactory.create_batch(10, section=section, created_by=other_user)

response = do_query(user, user.uuid)

Expand Down

0 comments on commit 11882ad

Please sign in to comment.