X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/585946023edb342d34db452cbd25ff718c935242..010d715dad6709bf4f67e3b04e3f669fed45bb56:/apps/oai/tests/oaipmhapi.py diff --git a/apps/oai/tests/oaipmhapi.py b/apps/oai/tests/oaipmhapi.py index 08925f904..e56786232 100644 --- a/apps/oai/tests/oaipmhapi.py +++ b/apps/oai/tests/oaipmhapi.py @@ -26,7 +26,7 @@ class BookMetadataTest(WLTestCase): self.xml = XMLTreeServer(self.catalogue, mr, nsmap) def test_get_record(self): - sch = self.xml.getRecord(record='lubie-kiedy-kobieta', + sch = self.xml.getRecord(identifier='lubie-kiedy-kobieta', metadataPrefix='oai_dc') etree.dump(sch.getroot()) sch = self.xml.listRecords(metadataPrefix='oai_dc')