Skip to content

Commit

Permalink
add a flake issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Gpetrak committed Jan 7, 2025
1 parent fdf4cc9 commit 7090489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geonode/metadata/tests/test_handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1172,7 +1172,7 @@ def test_group_handler_get_jsonschema_instance_with_group(self):
Test the get_jsonschema_instance of the group handler
"""

group_profile = GroupProfile.objects.create(group=self.fake_group, title="Test Group Profile")
GroupProfile.objects.create(group=self.fake_group, title="Test Group Profile")
self.resource.group = self.fake_group

field_name = "group"
Expand Down

0 comments on commit 7090489

Please sign in to comment.