Skip to content

Commit

Permalink
fix: oai-pmh repository name _test_
Browse files Browse the repository at this point in the history
  • Loading branch information
aaxelb committed May 20, 2024
1 parent 44d5ee4 commit 021a450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/share/test_oaipmh_trove.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def request_method(self, request):

def test_identify(self, request_method):
parsed = oai_request({'verb': 'Identify'}, request_method)
assert parsed.xpath('//oai:Identify/oai:repositoryName', namespaces=NAMESPACES)[0].text == 'Share/trove'
assert parsed.xpath('//oai:Identify/oai:repositoryName', namespaces=NAMESPACES)[0].text == 'SHARE/trove'

def test_list_sets(self, request_method):
parsed = oai_request({'verb': 'ListSets'}, request_method)
Expand Down

0 comments on commit 021a450

Please sign in to comment.