Skip to content

Commit

Permalink
Fix BB test
Browse files Browse the repository at this point in the history
  • Loading branch information
Racer159 committed Aug 7, 2023
1 parent 3db550d commit 71295cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/e2e/51_oci_compose_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func (suite *SkeletonSuite) Test_0_Publish_Skeletons() {
_, _, err = e2e.Zarf("package", "pull", "oci://"+ref+"/helm-charts:0.0.1-skeleton", "-o", "build", "--insecure")
suite.NoError(err)

_, _, err = e2e.Zarf("package", "pull", "oci://"+ref+"/big-bang-example:2.4.1-skeleton", "-o", "build", "--insecure")
_, _, err = e2e.Zarf("package", "pull", "oci://"+ref+"/big-bang-example:2.5.0-skeleton", "-o", "build", "--insecure")
suite.NoError(err)
}

Expand Down Expand Up @@ -144,7 +144,7 @@ func (suite *SkeletonSuite) Test_3_FilePaths() {
filepath.Join("build", "zarf-package-import-everything-skeleton-0.0.1.tar.zst"),
filepath.Join("build", fmt.Sprintf("zarf-package-importception-%s-0.0.1.tar.zst", e2e.Arch)),
filepath.Join("build", "zarf-package-helm-charts-skeleton-0.0.1.tar.zst"),
filepath.Join("build", "zarf-package-big-bang-example-skeleton-2.4.1.tar.zst"),
filepath.Join("build", "zarf-package-big-bang-example-skeleton-2.5.0.tar.zst"),
}

for _, pkgTar := range pkgTars {
Expand Down

0 comments on commit 71295cb

Please sign in to comment.