Skip to content

Commit 5c7cce5

Browse files
committed
rebase
1 parent 9c06df0 commit 5c7cce5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/install_upgrade_operators/security/scc/test_cnv_deployment_required_scc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313

1414

1515
@pytest.fixture(scope="module")
16-
def required_scc_deployment_check(admin_client, hco_namespace):
16+
def required_scc_deployment_check(local_admin_client, hco_namespace):
1717
missing_required_scc_annotation = []
1818
incorrect_required_scc_annotation_value = {}
1919

2020
for dp in (
21-
Deployment(client=admin_client, name=name, namespace=hco_namespace.name)
21+
Deployment(client=local_admin_client, name=name, namespace=hco_namespace.name)
2222
for name in ALL_CNV_DEPLOYMENTS_NO_HPP_POOL
2323
):
2424
scc = dp.instance.spec.template.metadata.annotations.get(REQUIRED_SCC_ANNOTATION)

0 commit comments

Comments
 (0)