From 316d06f3d5a0c29e9cd309070b0257500d6e9b14 Mon Sep 17 00:00:00 2001 From: jitendracandela Date: Wed, 14 Sep 2022 18:26:23 +0530 Subject: [PATCH] Fixed errors in cleanup Signed-off-by: jitendracandela --- lf_libs/lf_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lf_libs/lf_tests.py b/lf_libs/lf_tests.py index 76fba562..5ba27f82 100644 --- a/lf_libs/lf_tests.py +++ b/lf_libs/lf_tests.py @@ -500,7 +500,7 @@ class lf_tests(lf_libs): cx_table_dict["Pass/Fail"] = pass_fail_cx if allure_attach: self.attach_table_allure(data=cx_table_dict, allure_name="cx data") - obj.cleanup() + obj.cleanup(obj.sta_list) result = "PASS" description = "Unknown error" count = 0