diff --git a/tests/e2e/e2e.go b/tests/e2e/e2e.go index 63bb2ee..825ac41 100644 --- a/tests/e2e/e2e.go +++ b/tests/e2e/e2e.go @@ -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) {