From f1b8127997fb99fe6b10924ca003abf1020621c6 Mon Sep 17 00:00:00 2001
From: Xiaoxuan Wang <wangxiaoxuan119@gmail.com>
Date: Thu, 18 Apr 2024 06:43:54 +0000
Subject: [PATCH] e2e

Signed-off-by: Xiaoxuan Wang <wangxiaoxuan119@gmail.com>
---
 test/e2e/suite/command/manifest.go | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test/e2e/suite/command/manifest.go b/test/e2e/suite/command/manifest.go
index 58adfa7c3..9bd16eedd 100644
--- a/test/e2e/suite/command/manifest.go
+++ b/test/e2e/suite/command/manifest.go
@@ -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()
 			})
 		})