Skip to content

Commit

Permalink
use correct crchash of repo
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinAbro321 committed Jul 19, 2024
1 parent 01d7cab commit 5c87291
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/e2e/22_git_and_gitops_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func testGitServerReadOnly(ctx context.Context, t *testing.T, gitURL string) {
gitCfg := git.New(zarfState.GitServer)

// Get the repo as the readonly user
repoName := "zarf-public-test-2469062884"
repoName := "zarf-public-test-2363058019"
getRepoRequest, _ := http.NewRequest("GET", fmt.Sprintf("%s/api/v1/repos/%s/%s", gitURL, zarfState.GitServer.PushUsername, repoName), nil)
getRepoResponseBody, _, err := gitCfg.DoHTTPThings(getRepoRequest, types.ZarfGitReadUser, zarfState.GitServer.PullPassword)
require.NoError(t, err)
Expand All @@ -101,7 +101,7 @@ func testGitServerTagAndHash(ctx context.Context, t *testing.T, gitURL string) {
// Init the state variable
zarfState, err := c.LoadZarfState(ctx)
require.NoError(t, err, "Failed to load Zarf state")
repoName := "zarf-public-test-2469062884"
repoName := "zarf-public-test-2363058019"

gitCfg := git.New(zarfState.GitServer)

Expand Down

0 comments on commit 5c87291

Please sign in to comment.