Skip to content

Commit 390d612

Browse files
committed
test that oai_dc metadata prefix is always requested explicitly
1 parent 4ca933c commit 390d612

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit/ingestors/oai_pmh_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def initialize(rdf_strings, dc_strings)
2525
def list_records(metadata_prefix: nil)
2626
if metadata_prefix == 'rdf'
2727
@rdf_response
28-
else
28+
elsif metadata_prefix == 'oai_dc'
2929
@dc_response
3030
end
3131
end

0 commit comments

Comments
 (0)