diff --git a/tests/core/test_cloud.py b/tests/core/test_cloud.py index 04cb5da..2e9354c 100644 --- a/tests/core/test_cloud.py +++ b/tests/core/test_cloud.py @@ -2,10 +2,11 @@ import requests_mock import json from kube_hunter.conf import Config, set_config -from kube_hunter.core.events.types import NewHostEvent set_config(Config()) +from kube_hunter.core.events.types import NewHostEvent + def test_presetcloud(): """Testing if it doesn't try to run get_cloud if the cloud type is already set.