Skip to content

Commit

Permalink
migrator: fix default community
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Sep 18, 2023
1 parent 378ff6c commit 1918996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrator/tests/transform/test_record_transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ def expected_rdm_record_parent():
"json": {
"id": "10122",
"access": {"owned_by": {"user": 1234}},
"communities": {"ids": ["zenodo", "migration"], "default": "zenodo"},
"communities": {"ids": ["zenodo", "migration"], "default": None},
"pids": {
"doi": {
"provider": "datacite",
Expand Down

0 comments on commit 1918996

Please sign in to comment.