Skip to content

Commit

Permalink
Check err after seedConfigToTempFile
Browse files Browse the repository at this point in the history
  • Loading branch information
jungaretti committed Sep 4, 2024
1 parent d944e51 commit 257a92b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/deploy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit 257a92b

Please sign in to comment.