From e2f855d7bf258067a193e5dd5d19ccec33cd4fce Mon Sep 17 00:00:00 2001 From: Matus Kasak Date: Tue, 16 Sep 2025 16:07:47 +0200 Subject: [PATCH 1/2] Removed unnecessary variable --- config/config.tul.ui.tests.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/config.tul.ui.tests.json b/config/config.tul.ui.tests.json index b5d7d3564a7..ef4ab1379c8 100644 --- a/config/config.tul.ui.tests.json +++ b/config/config.tul.ui.tests.json @@ -18,7 +18,6 @@ }, "urls": { "oaipmh_response": "http://dev-5.pc:86/server/oai/request?verb=ListRecords&metadataPrefix=oai_dc", - "redirect_to_login": "http://dev-5.pc:86/login?redirectUrl=http:%2F%2Fdev-5.pc:82%2Fhome", - "not_exposed_data": "http://dev-5.pc:86/server/oai/request?verb=GetRecord&metadataPrefix=cmdi&identifier=oai:dev-5.pc:20.500.12800/1-4740" + "redirect_to_login": "http://dev-5.pc:86/login?redirectUrl=http:%2F%2Fdev-5.pc:82%2Fhome" } } \ No newline at end of file From 9b9f6e4e9dd8541d5db8f94b6c8e4119d0a9a963 Mon Sep 17 00:00:00 2001 From: Matus Kasak Date: Wed, 17 Sep 2025 14:50:24 +0200 Subject: [PATCH 2/2] Removed unused variable --- config/config.tul.ui.tests.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/config.tul.ui.tests.json b/config/config.tul.ui.tests.json index ef4ab1379c8..cedbdfe4293 100644 --- a/config/config.tul.ui.tests.json +++ b/config/config.tul.ui.tests.json @@ -17,7 +17,6 @@ "new_section": "[role=\"button\"]:has-text(\"New\")" }, "urls": { - "oaipmh_response": "http://dev-5.pc:86/server/oai/request?verb=ListRecords&metadataPrefix=oai_dc", - "redirect_to_login": "http://dev-5.pc:86/login?redirectUrl=http:%2F%2Fdev-5.pc:82%2Fhome" + "oaipmh_response": "http://dev-5.pc:86/server/oai/request?verb=ListRecords&metadataPrefix=oai_dc" } } \ No newline at end of file