Skip to content

Commit

Permalink
Return success status in RegistryChecker start method
Browse files Browse the repository at this point in the history
  • Loading branch information
kooomix committed Dec 15, 2024
1 parent b60f40c commit d600f7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests_scripts/registry/registry_connectors.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def __init__(self, test_obj=None, backend=None, kubernetes_obj=None, test_driver
self.cluster = None

def start(self):
return statics.SUCCESS, ""
Logger.logger.info('Stage 1: Install kubescape with helm-chart')
self.cluster, _ = self.setup(apply_services=False)
self.install_kubescape()
Expand Down

0 comments on commit d600f7a

Please sign in to comment.