File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ def checkup_configmap(checkups_namespace):
111111
112112@pytest .fixture (scope = "function" )
113113def checkup_job (
114- unprivileged_client ,
114+ admin_client ,
115115 request ,
116116 checkups_namespace ,
117117 checkup_image_url ,
@@ -140,7 +140,7 @@ def checkup_job(
140140 restart_policy = "Never" ,
141141 backoff_limit = 0 ,
142142 containers = containers ,
143- client = unprivileged_client ,
143+ client = admin_client ,
144144 ) as job :
145145 try :
146146 job .wait_for_condition (
@@ -150,7 +150,7 @@ def checkup_job(
150150 )
151151 except TimeoutExpiredError :
152152 job_pods = get_pods (
153- dyn_client = unprivileged_client ,
153+ dyn_client = admin_client ,
154154 namespace = checkups_namespace ,
155155 label = f"job-name={ job .name } " ,
156156 )
You can’t perform that action at this time.
0 commit comments