Skip to content

Commit

Permalink
[Fixes #110] Feature: add metadata license to resource base
Browse files Browse the repository at this point in the history
  • Loading branch information
mwallschlaeger committed Jun 20, 2024
1 parent 6f41068 commit 0feb331
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions geonode/base/api/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -752,6 +752,7 @@ def test_resource_serializer_validation(self):
category=TopicCategory.objects.get(identifier="elevation"),
resource_type="dataset",
license=License.objects.all().first(),
metadata_license=License.objects.all().first(),
restriction_code_type=RestrictionCodeType.objects.all().first(),
group=Group.objects.all().first(),
).save()
Expand Down

0 comments on commit 0feb331

Please sign in to comment.