Skip to content

Commit

Permalink
fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
tapas4java committed Oct 27, 2024
1 parent 5d09d1b commit b0f8c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/e2e.go
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ func TestArgoCDEndpoints(ctx context.Context, t *testing.T, baseUrl string) {
err = SendAndParse(ctx, &appResp, httpClient, req)
assert.Nil(t, err, fmt.Sprintf("getting argocd applications: %s", err))

assert.Equal(t, 9, len(appResp.Items), fmt.Sprintf("number of apps do not match: %v", appResp.Items))
assert.Equal(t, 10, len(appResp.Items), fmt.Sprintf("number of apps do not match: %v", appResp.Items))
}

func GetBasicAuth(ctx context.Context, name string) (BasicAuth, error) {
Expand Down

0 comments on commit b0f8c26

Please sign in to comment.