Skip to content

Commit

Permalink
Merge pull request #599 from armosec/retrun_cspm_tests
Browse files Browse the repository at this point in the history
return cspm tests
  • Loading branch information
jnathangreeg authored Jan 28, 2025
2 parents ecb902d + f080747 commit 69aaa72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests_scripts/accounts/cspm.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ def start(self):
"""

assert self.backend is not None, f'the test {self.test_driver.test_name} must run with backend'
return statics.SUCCESS, ""
stack_region = "us-east-1"
# generate random number for cloud account name for uniqueness
rand = str(random.randint(10000000, 99999999))
Expand Down

0 comments on commit 69aaa72

Please sign in to comment.