diff --git a/tests/test_k8s_utils.py b/tests/test_k8s_utils.py index 975417685..0ef005d08 100644 --- a/tests/test_k8s_utils.py +++ b/tests/test_k8s_utils.py @@ -4,10 +4,9 @@ # from pytest_kind import KindCluster from tests.utils.kubernetes_utils import create_sleeping_deployment from robusta.api import * -from tests.utils.robusta_utils import RobustaController -def test_upload(robusta: RobustaController): +def test_upload(): # config.load_kube_config(str(kind_cluster.kubeconfig_path)) sleepypod = create_sleeping_deployment() time.sleep(60)