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) {