From 77dd8e5d859cdd9f9ab6d98fe3c26305c0364df3 Mon Sep 17 00:00:00 2001 From: Patrick Zheng Date: Fri, 27 Oct 2023 15:05:52 +0800 Subject: [PATCH] fixed e2e tests Signed-off-by: Patrick Zheng --- test/e2e/suite/trustpolicy/trust_store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/suite/trustpolicy/trust_store.go b/test/e2e/suite/trustpolicy/trust_store.go index cbe0b7c0d..099801bf3 100644 --- a/test/e2e/suite/trustpolicy/trust_store.go +++ b/test/e2e/suite/trustpolicy/trust_store.go @@ -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") }) })