diff --git a/main_test.go b/main_test.go index 204136b..46aa256 100644 --- a/main_test.go +++ b/main_test.go @@ -8,7 +8,6 @@ import ( ) func TestMain(t *testing.T) { - main() - os.Args = []string{"awl", "+yaml", "@dns.froth.zone"} + os.Args = []string{"awl", "+yaml", "@1.1.1.1"} main() }