EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit d5781ea6 authored by Mussab Abdalla's avatar Mussab Abdalla
Browse files

setting docker as the host

parent 933ff9b6
Branches
Tags
No related merge requests found
...@@ -34,7 +34,7 @@ def get_requests (url, service_list, service, request): ...@@ -34,7 +34,7 @@ def get_requests (url, service_list, service, request):
def test_renderer(identifiers): def test_renderer(identifiers):
wms_items = get_requests('http://127.0.0.1:81/opensearch/collections/Emergency/atom/', [], 'wms', 'GetMap') wms_items = get_requests('http://docker:81/opensearch/collections/Emergency/atom/', [], 'wms', 'GetMap')
for row in identifiers: for row in identifiers:
identifier = row[0].split('/')[4] identifier = row[0].split('/')[4]
...@@ -47,7 +47,7 @@ def test_renderer(identifiers): ...@@ -47,7 +47,7 @@ def test_renderer(identifiers):
def test_wcs(identifiers): def test_wcs(identifiers):
wcs_items = get_requests('http://127.0.0.1:81/opensearch/collections/Emergency/atom/', [], 'wcs', 'GetCoverage') wcs_items = get_requests('http://docker:81/opensearch/collections/Emergency/atom/', [], 'wcs', 'GetCoverage')
for row in identifiers: for row in identifiers:
identifier = row[0].split('/')[4] identifier = row[0].split('/')[4]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment