Skip to content

Commit 1dd5a87

Browse files
authored
Merge pull request #506 from validatedpatterns/add_project
Add missing project in app check
2 parents 496c9fc + 319cae2 commit 1dd5a87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/interop/test_validate_edge_site_components.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def test_check_pod_status(openshift_dyn_client):
6060
@pytest.mark.validate_argocd_applications_health_edge_site
6161
def test_validate_argocd_applications_health_edge_site(openshift_dyn_client):
6262
logger.info("Get all applications deployed by argocd on edge site")
63-
projects = ["openshift-gitops"]
63+
projects = ["openshift-gitops", "multicloud-gitops-group-one"]
6464
unhealthy_apps = application.get_argocd_application_status(
6565
openshift_dyn_client, projects
6666
)

0 commit comments

Comments
 (0)