From 20ed5d90ab6330617b6c64e832bde0c20af0d561 Mon Sep 17 00:00:00 2001 From: dotasek Date: Tue, 14 Feb 2023 14:52:26 -0500 Subject: [PATCH] =?UTF-8?q?Revert=20"Add=C2=A0optional=20explicit=20ip=20c?= =?UTF-8?q?onfig=20for=20smoke=20tests"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit afcd2fc13138c5f105d81932a473d9afbf2398fe. --- src/test/smoketest/http-client.env.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/test/smoketest/http-client.env.json b/src/test/smoketest/http-client.env.json index f4a7afb..85b8ef4 100644 --- a/src/test/smoketest/http-client.env.json +++ b/src/test/smoketest/http-client.env.json @@ -3,10 +3,5 @@ "host": "localhost:8080", "username": "username", "password": "password" - }, - "explicit-ip": { - "host": "0.0.0.0:8080", - "username": "username", - "password": "password" } } \ No newline at end of file