Skip to content

Commit

Permalink
stop checking log output
Browse files Browse the repository at this point in the history
Signed-off-by: schristoff <[email protected]>
  • Loading branch information
schristoff committed Sep 19, 2024
1 parent 822afeb commit 7e6f780
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/e2e/31_checksum_and_signature_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ func TestChecksumAndSignature(t *testing.T) {
// Test that we don't get an error when we remember to provide the public key
stdOut, stdErr, err = e2e.Zarf(t, "package", "inspect", pkgName, publicKeyFlag)
require.NoError(t, err, stdOut, stdErr)
require.Contains(t, stdErr, "Verified OK")

/* Test operations during package deploy */
// Test that we get an error when trying to deploy a package without providing the public key
Expand Down

0 comments on commit 7e6f780

Please sign in to comment.