diff --git a/endpoint_tests/run_REFERENCEM.py b/endpoint_tests/run_REFERENCEM.py
index 8683893b40bfb30be15eeb760fe2c1ea5cdb1cb6..447243297b6744f62270fed64782776318376758 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
+    )