Skip to content

Commit

Permalink
tests: Update group names to new values
Browse files Browse the repository at this point in the history
  • Loading branch information
bellisk committed Nov 22, 2023
1 parent 9b14285 commit fc9437f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/geocat/tests/test_dataset_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def test_fields_values(self):
self.assertEquals('[email protected]', contact_point['email'])

# groups
groups = ['territory', 'geography']
groups = ['regi', 'envi']
for group in dataset.get('groups'):
self.assertIn(group['name'], groups)

Expand Down

0 comments on commit fc9437f

Please sign in to comment.