From 6290cf8afcdf08e90681dbca639af07f1f4f7b02 Mon Sep 17 00:00:00 2001 From: CorrectRoadH Date: Fri, 12 Jul 2024 15:37:03 +0800 Subject: [PATCH] fix test --- pkg/port_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/port_test.go b/pkg/port_test.go index 1da02a6..c46278c 100644 --- a/pkg/port_test.go +++ b/pkg/port_test.go @@ -21,7 +21,7 @@ const _incorrectConfSample = `[common] runtimepath=/var/run/casaos [gateway] -port=80` +port=` func setupGatewayConfig(t *testing.T) func() { // the setup should only run in CICD environment