From 8b65d8c58b33b9c16fe1ec3848166be9110718e0 Mon Sep 17 00:00:00 2001
From: komakkar <komakkar@microsoft.com>
Date: Mon, 17 Aug 2020 02:17:15 +0530
Subject: [PATCH] Cleaning up stray changes.

---
 .../main/java/org/opengroup/osdu/notification/util/Config.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 c2c1e32aa..e1fafaf80 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/";
-- 
GitLab