Skip to content

Commit

Permalink
Do not print germinate command in test
Browse files Browse the repository at this point in the history
  • Loading branch information
upils committed Jan 30, 2024
1 parent 0039c92 commit 727bc26
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/statemachine/helper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"bytes"
"crypto/rand"
"encoding/json"
"fmt"
"io"
"net/http"
"os"
Expand Down Expand Up @@ -649,7 +648,6 @@ func TestGenerateGerminateCmd(t *testing.T) {
},
}
germinateCmd := generateGerminateCmd(imageDef)
fmt.Print(germinateCmd)

if !strings.Contains(germinateCmd.String(), tc.mirror) {
t.Errorf("germinate command \"%s\" has incorrect mirror. Expected \"%s\"",
Expand Down

0 comments on commit 727bc26

Please sign in to comment.