From 5e53f43f3583b73f859a7bac3be6f54c2e0e7d2a Mon Sep 17 00:00:00 2001 From: Manuel Kieweg <manuel.kieweg@h-da.de> Date: Thu, 29 Apr 2021 14:22:40 +0200 Subject: [PATCH] change test endpoint default --- test/integration/cmdIntegration_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/cmdIntegration_test.go b/test/integration/cmdIntegration_test.go index 0aefff4db..91871180d 100644 --- a/test/integration/cmdIntegration_test.go +++ b/test/integration/cmdIntegration_test.go @@ -16,7 +16,7 @@ import ( const unreachable = "203.0.113.10:6030" -var testAddress = "141.100.67.238:6030" +var testAddress = "141.100.70.171:6030" var testAPIEndpoint = "http://gosdn-latest.apps.ocp.fbi.h-da.de/api" var testUsername = "admin" var testPassword = "arista" -- GitLab