Skip to content

Commit

Permalink
e2e
Browse files Browse the repository at this point in the history
Signed-off-by: Xiaoxuan Wang <wangxiaoxuan119@gmail.com>
  • Loading branch information
wangxiaoxuan273 committed Apr 18, 2024
1 parent d322bd1 commit f1b8127
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/e2e/suite/command/manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ var _ = Describe("ORAS beginners:", func() {
ExpectFailure().Exec()
ORAS("manifest", "fetch", RegistryRef(ZOTHost, ImageRepo, foobar.Tag), "--output", "-", "--descriptor").
ExpectFailure().Exec()
ORAS("manifest", "fetch", RegistryRef(ZOTHost, ImageRepo, foobar.Tag), "--format", "--pretty", "test").
ExpectFailure().Exec()
})
})

Expand Down

0 comments on commit f1b8127

Please sign in to comment.