From 6ac4172d6e5685c4047b3be454a674b269626829 Mon Sep 17 00:00:00 2001 From: moritzsommer Date: Wed, 29 May 2024 05:26:03 +0200 Subject: [PATCH] Adapt ci --- test/test_resolving_service.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/test_resolving_service.py b/test/test_resolving_service.py index ae19fd5..8343296 100644 --- a/test/test_resolving_service.py +++ b/test/test_resolving_service.py @@ -63,7 +63,7 @@ def test_semantic_matching_service_iri(self): semantic_id="foo://example.org:1234/over/there?name=bar#page=3", ) response = requests.get( - "http://127.0.0.1:8125/get_semantic_matching_service", + "http://localhost:8125/get_semantic_matching_service", data=sms_request.model_dump_json() ) self.assertEqual( @@ -76,7 +76,7 @@ def test_semantic_matching_service_irdi_eclass(self): semantic_id="0173-1#01-ACK323#017", ) response = requests.get( - "http://127.0.0.1:8125/get_semantic_matching_service", + "http://localhost:8125/get_semantic_matching_service", data=sms_request.model_dump_json() ) self.assertEqual( @@ -89,7 +89,7 @@ def test_semantic_matching_service_irdi_cdd(self): semantic_id="0112-1#01-ACK323#017", ) response = requests.get( - "http://127.0.0.1:8125/get_semantic_matching_service", + "http://localhost:8125/get_semantic_matching_service", data=sms_request.model_dump_json() ) self.assertEqual( @@ -102,7 +102,7 @@ def test_semantic_matching_service_fallback(self): semantic_id="nothing", ) response = requests.get( - "http://127.0.0.1:8125/get_semantic_matching_service", + "http://localhost:8125/get_semantic_matching_service", data=sms_request.model_dump_json() ) self.assertEqual(