Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Xiaoxuan Wang <[email protected]>
  • Loading branch information
Xiaoxuan Wang committed Sep 9, 2024
1 parent 322b96f commit 23af663
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/suite/command/pull.go
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,8 @@ var _ = Describe("OCI spec 1.1 registry users:", func() {

It("should show correct reference", func() {
tempDir := PrepareTempFiles()
ref := RegistryRef(ZOTHost, ArtifactRepo, unnamed.Tag)
ORAS("pull", ref, "--format", "{{.reference}}").WithWorkDir(tempDir).Exec()
ref := RegistryRef(ZOTHost, ArtifactRepo, foobar.Tag)
ORAS("pull", ref, "--format", "go-template={{.reference}}").WithWorkDir(tempDir).Exec()
})

It("should pull specific platform", func() {
Expand Down

0 comments on commit 23af663

Please sign in to comment.