Skip to content

Commit

Permalink
Remove redundant replicas parameter in verify_running_pods call durin…
Browse files Browse the repository at this point in the history
…g Kubescape installation
  • Loading branch information
kooomix committed Dec 30, 2024
1 parent 4604e89 commit fa87698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests_scripts/accounts/accounts.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def cleanup(self, **kwargs):
def install_kubescape(self, helm_kwargs: dict = None):
self.add_and_upgrade_armo_to_repo()
self.install_armo_helm_chart(helm_kwargs=helm_kwargs)
self.verify_running_pods(namespace=statics.CA_NAMESPACE_FROM_HELM_NAME, replicas=6)
self.verify_running_pods(namespace=statics.CA_NAMESPACE_FROM_HELM_NAME)


def create_and_validate_cloud_account(self, cloud_account_name:str, arn:str, provider:str, expect_failure:bool=False):
Expand Down

0 comments on commit fa87698

Please sign in to comment.