From f08074767bf4c5bd56e2f1ab0155edb31d1b11d4 Mon Sep 17 00:00:00 2001 From: jnathangreeg Date: Tue, 28 Jan 2025 22:17:36 +0200 Subject: [PATCH] return cspm tests Signed-off-by: jnathangreeg --- tests_scripts/accounts/cspm.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests_scripts/accounts/cspm.py b/tests_scripts/accounts/cspm.py index a08b6e54..0de70a2d 100644 --- a/tests_scripts/accounts/cspm.py +++ b/tests_scripts/accounts/cspm.py @@ -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))