From 39bf0d8cbb73303edba6152dcf640aa70529d88c Mon Sep 17 00:00:00 2001 From: withchao Date: Tue, 14 Nov 2023 03:00:22 +0000 Subject: [PATCH] cicd: robot automated Change --- test/e2e/framework/config/config.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/e2e/framework/config/config.go b/test/e2e/framework/config/config.go index f790de5f3..ed3c6a258 100644 --- a/test/e2e/framework/config/config.go +++ b/test/e2e/framework/config/config.go @@ -43,8 +43,8 @@ type Config struct { // LoadConfig loads the configurations from environment variables or default values. func LoadConfig() *Config { return &Config{ - APIHost: getEnv("OPENIM_API_HOST", "127.0.0.1"), - APIPort: getEnv("API_OPENIM_PORT", "10002"), + APIHost: getEnv("OPENIM_API_HOST", "127.0.0.1"), + APIPort: getEnv("API_OPENIM_PORT", "10002"), // TODO: Set default variable MsgGatewayHost: getEnv("OPENIM_MSGGATEWAY_HOST", "default-msggateway-host"),