diff --git a/testing/notification-test-core/src/main/java/org/opengroup/osdu/notification/util/Config.java b/testing/notification-test-core/src/main/java/org/opengroup/osdu/notification/util/Config.java
index c2c1e32aaf62ead9576f0b58aebd1b6e913f2621..e1fafaf80af20c436bb8160afbf293ab884d16f7 100644
--- a/testing/notification-test-core/src/main/java/org/opengroup/osdu/notification/util/Config.java
+++ b/testing/notification-test-core/src/main/java/org/opengroup/osdu/notification/util/Config.java
@@ -46,7 +46,7 @@ public class Config {
             String registerUrl = "http://localhost:8081/";
 
             //must have notification and register services running on different ports
-            config.HostUrl = "http://localhost:8082/";
+            config.HostUrl = "http://localhost:8080/";
 
             config.GSAPushUrl = registerUrl+"/test/gsa-challenge/";
             config.HMACPushUrl = registerUrl+"/test/challenge/";