From 24fce4a8ec7f5a043d852ed1e466fa0068017659 Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@nibio.no> Date: Tue, 28 Feb 2023 10:24:10 +0100 Subject: [PATCH] Setting port to 8000 for localhost instance --- endpoint_tests/run_REFERENCEM.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoint_tests/run_REFERENCEM.py b/endpoint_tests/run_REFERENCEM.py index 8683893..4472432 100755 --- a/endpoint_tests/run_REFERENCEM.py +++ b/endpoint_tests/run_REFERENCEM.py @@ -36,7 +36,7 @@ weather_data_source_uri = "https://lmt.nibio.no/services/rest/vips/getdata/forec weather_param_string = "elementMeasurementTypes[]=TM&logInterval=1d&startDate=2016-03-01&startTime=00&endDate=2016-09-30&endTime=00&timeZone=Europe/Oslo" # Which VIPSCore system to connect to -core_server_uri = "http://localhost:8001" +core_server_uri = "http://localhost:8000" # The unique identificator for the Apple Scab model model_id = "REFERENCEM" @@ -75,4 +75,4 @@ for result in results: allValues.get("TMDD"), result["warningStatus"] ) - ) \ No newline at end of file + ) -- GitLab