We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40a16cc commit 17a7f65Copy full SHA for 17a7f65
tests/test_rdm.py
@@ -48,7 +48,7 @@ def test_datacite_rdm_create_edit(full_datacite43_record):
48
full_datacite43_record,
49
schema="43",
50
production=False,
51
- files=["codemeta.json"],
+ files=["helpers.py"],
52
publish=True,
53
token=env_token,
54
)
@@ -78,7 +78,7 @@ def test_datacite_rdm_create_edit(full_datacite43_record):
78
new_doi = caltechdata_edit(
79
recid,
80
81
82
83
84
0 commit comments