Skip to content

Commit

Permalink
Update test to actually work
Browse files Browse the repository at this point in the history
  • Loading branch information
Racer159 committed Nov 4, 2023
1 parent 814043e commit 48de602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/e2e/11_oci_pull_inspect_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func (suite *PullInspectTestSuite) Test_0_Pull() {
stdOut, stdErr, err := e2e.Zarf("package", "pull", ref)
suite.NoError(err, stdOut, stdErr)
suite.Contains(stdErr, fmt.Sprintf("Pulling %q", ref))
suite.Contains(stdErr, "Validating pulled layer checksums")
suite.Contains(stdErr, "Validating full package checksums")
suite.NotContains(stdErr, "Package signature validated!")

sbomTmp := suite.T().TempDir()
Expand Down

0 comments on commit 48de602

Please sign in to comment.