diff --git a/framework/python/src/common/session.py b/framework/python/src/common/session.py index d80ad023b..20820c506 100644 --- a/framework/python/src/common/session.py +++ b/framework/python/src/common/session.py @@ -370,6 +370,7 @@ def add_test_result(self, result): def set_test_result_error(self, result): """Set test result error""" result.result = 'Error' + result.recommendations = None self._results.append(result) def add_module_report(self, module_report):