Skip to content

Commit 16f4613

Browse files
committed
Cleanup, address comments
1 parent be7ac6a commit 16f4613

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,11 +300,11 @@ def exported_kubeconfig(unprivileged_secret, kubeconfig_export_path):
300300

301301

302302
@pytest.fixture(scope="session")
303-
def local_admin_client(kubeconfig_export_path): # ---> local_admin_client vs remove_admin_client
303+
def local_admin_client():
304304
"""
305305
Get DynamicClient
306306
"""
307-
return get_client(config_file=kubeconfig_export_path)
307+
return get_client()
308308

309309

310310
@pytest.fixture(scope="session")

0 commit comments

Comments
 (0)