Skip to content

Commit

Permalink
fix duplicated naming
Browse files Browse the repository at this point in the history
Signed-off-by: Billy Zha <jinzha1@microsoft.com>
  • Loading branch information
qweeah committed Nov 16, 2022
1 parent c1dc00b commit 9e5accf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/suite/command/push.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ var _ = Describe("Remote registry users:", func() {
configDescriptorTemplate := `{"mediaType":"%s","digest":"sha256:46b68ac1696c3870d537f376868d9402400de28587e345264a77b65da09669be","size":13}`

It("should push files without customized media types", func() {
repo := fmt.Sprintf("%s/%s", repoPrefix, "no-mediatype")
repo := fmt.Sprintf("%s/%s", repoPrefix, "with-mediatype")
tempDir := GinkgoT().TempDir()
if err := CopyTestData(tempDir); err != nil {
panic(err)
Expand Down Expand Up @@ -73,7 +73,7 @@ var _ = Describe("Remote registry users:", func() {
})

It("should push files with manifest exported", func() {
repo := fmt.Sprintf("%s/%s", repoPrefix, "layer-mediatype")
repo := fmt.Sprintf("%s/%s", repoPrefix, "export-manifest")
layerType := "layer.type"
tempDir := GinkgoT().TempDir()
if err := CopyTestData(tempDir); err != nil {
Expand Down

0 comments on commit 9e5accf

Please sign in to comment.