-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Hans-Chrstian
committed
Sep 9, 2024
1 parent
671aba0
commit 83a1ddf
Showing
2 changed files
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -113,6 +113,7 @@ def _get_extra_value_as_list(key): | |
assert _get_extra_value('publisher_email') == '[email protected]' | ||
assert _get_extra_value('publisher_url') == 'http://some.org' | ||
assert _get_extra_value('publisher_type') == 'http://purl.org/adms/publishertype/NonProfitOrganisation' | ||
assert _get_extra_value('publisher_identifier') == 'https://ror.org/05wg1m734' | ||
assert _get_extra_value('contact_name') == 'Point of Contact' | ||
# mailto gets removed for storage and is added again on output | ||
assert _get_extra_value('contact_email') == '[email protected]' | ||
|