From 3a70d7f8dc3405940968b000713be1571f07cd88 Mon Sep 17 00:00:00 2001 From: Sam Therapy Date: Sat, 30 Jul 2022 15:37:00 +0200 Subject: [PATCH] Fix test Signed-off-by: Sam Therapy --- main_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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() }