Skip to content

Commit 57435f3

Browse files
Update test_rdm.py
1 parent c521bfe commit 57435f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_rdm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def test_datacite_rdm_conversion(full_datacite43_record, full_rdm_record):
1515

1616

1717
def test_datacite_rdm_create_edit(full_datacite43_record):
18-
env_token = os.environ.get("CALTECHDATA_TOKEN")
18+
env_token = os.environ.get("RDMTOK")
1919
doi = caltechdata_write(
2020
full_datacite43_record,
2121
schema="43",

0 commit comments

Comments
 (0)