From c9d226e7b821a7bbbe2e77a052e51e5f027119bf Mon Sep 17 00:00:00 2001 From: "Xinwei Xiong(cubxxw-openim)" <3293172751nss@gmail.com> Date: Mon, 5 Feb 2024 17:03:17 +0800 Subject: [PATCH] fix:comment out chat.go getLatestVersion Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com> --- test/e2e/framework/helpers/chat/chat.go | 1 - 1 file changed, 1 deletion(-) diff --git a/test/e2e/framework/helpers/chat/chat.go b/test/e2e/framework/helpers/chat/chat.go index cd39a75d8..7110d4c79 100644 --- a/test/e2e/framework/helpers/chat/chat.go +++ b/test/e2e/framework/helpers/chat/chat.go @@ -165,4 +165,3 @@ func startProcess(cmdPath string) { fmt.Printf("Failed to start process %s: %v\n", cmdPath, err) } } -