From afcd2fc13138c5f105d81932a473d9afbf2398fe Mon Sep 17 00:00:00 2001 From: dotasek Date: Tue, 14 Feb 2023 14:52:26 -0500 Subject: [PATCH] =?UTF-8?q?Add=C2=A0optional=20explicit=20ip=20config=20fo?= =?UTF-8?q?r=20smoke=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/test/smoketest/http-client.env.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/test/smoketest/http-client.env.json b/src/test/smoketest/http-client.env.json index 85b8ef4..f4a7afb 100644 --- a/src/test/smoketest/http-client.env.json +++ b/src/test/smoketest/http-client.env.json @@ -3,5 +3,10 @@ "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