Skip to content

Commit 9b91537

Browse files
author
Xiaoxuan Wang
committed
fix failed e2e test
Signed-off-by: Xiaoxuan Wang <[email protected]>
1 parent d2fcb6a commit 9b91537

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/e2e/suite/command/discover.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -192,10 +192,9 @@ var _ = Describe("1.1 registry users:", func() {
192192
})
193193
When("running discover command with table output", func() {
194194
format := "table"
195-
It("should show all referrers of a subject with deprecation hint", func() {
195+
It("should show all referrers of a subject", func() {
196196
referrers := []ocispec.Descriptor{foobar.SBOMImageReferrer, foobar.SBOMImageReferrer}
197197
ORAS("discover", subjectRef, "--format", format, "--depth", "1").
198-
MatchErrKeyWords(feature.Deprecated.Mark).
199198
MatchKeyWords(append(discoverKeyWords(false, referrers...), foobar.Digest)...).
200199
Exec()
201200
})

0 commit comments

Comments
 (0)