Skip to content

Commit

Permalink
fixed e2e tests
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Zheng <[email protected]>
  • Loading branch information
Two-Hearts committed Oct 27, 2023
1 parent c7dfa42 commit 77dd8e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/suite/trustpolicy/trust_store.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ var _ = Describe("notation trust policy trust store test", func() {
artifact := GenerateArtifact("e2e-valid-signature", "")

notation.ExpectFailure().Exec("verify", "--allow-referrers-api", artifact.ReferenceWithDigest(), "-v").
MatchErrKeyWords("the trust store \"invalid_store\" of type \"ca\" doesn't exist")
MatchErrKeyWords("the trust store \"invalid_store\" of type \"ca\" does not exist")
})
})

Expand Down

0 comments on commit 77dd8e5

Please sign in to comment.