From 18e6791fc3504259500ec24f4d04c68d8149158e Mon Sep 17 00:00:00 2001 From: oliverpool Date: Fri, 18 Aug 2023 11:45:39 +0200 Subject: [PATCH] useless statement --- main_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/main_test.go b/main_test.go index 8474b6c..75fe7e0 100644 --- a/main_test.go +++ b/main_test.go @@ -29,7 +29,6 @@ func TestRun(t *testing.T) { } })) t.Cleanup(s.Close) - s.Listener.Addr() action := githubactions.New(githubactions.WithGetenv(func(key string) string { switch key { case "INPUT_OVH-ENDPOINT":