From 257a92b19c9b43eb80421c44d7568352232f7664 Mon Sep 17 00:00:00 2001 From: JP Ungaretti Date: Wed, 4 Sep 2024 05:21:06 +0000 Subject: [PATCH] Check err after seedConfigToTempFile --- cmd/deploy_test.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cmd/deploy_test.go b/cmd/deploy_test.go index 4a82f6a..07ff658 100644 --- a/cmd/deploy_test.go +++ b/cmd/deploy_test.go @@ -19,6 +19,9 @@ records: ttl: 600 content: pixie.porkbun.com `) + if err != nil { + t.Fatal("could not seed config to temp file", err) + } provider := console.NewConsoleProvider() mockApp := &App{