Skip to content

Commit

Permalink
changed import also on test_handler
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsagi committed May 12, 2022
1 parent d1867ac commit e6d1bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/test_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

set_config(Config(active=True))

from kube_hunter.core.events.handler.event_handler import handler
from kube_hunter.core.events.event_handler import handler
from kube_hunter.modules.discovery.apiserver import ApiServiceDiscovery
from kube_hunter.modules.discovery.dashboard import KubeDashboard as KubeDashboardDiscovery
from kube_hunter.modules.discovery.etcd import EtcdRemoteAccess as EtcdRemoteAccessDiscovery
Expand Down

0 comments on commit e6d1bb3

Please sign in to comment.