From 20f9cd0c4fe766f71fee0b9101e6abbb392b610e Mon Sep 17 00:00:00 2001 From: grumbulon Date: Fri, 16 Sep 2022 20:03:47 -0400 Subject: [PATCH] test --- cli/cli_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/cli/cli_test.go b/cli/cli_test.go index bc6802b..e830c2f 100644 --- a/cli/cli_test.go +++ b/cli/cli_test.go @@ -3,7 +3,6 @@ package cli_test import ( - "os" "testing" "time" @@ -28,8 +27,6 @@ func TestTLSPort(t *testing.T) { assert.NilError(t, err) assert.Equal(t, opts.Request.Port, 853) - - os.Args = args } func TestSubnet(t *testing.T) {