refactor: summarize error message without line number

This commit is contained in:
Florian Hönicke
2023-05-27 11:07:37 +02:00
parent 71d8046663
commit f1f1ba1e93

View File

@@ -452,6 +452,7 @@ pytest
task_description=self.microservice_specification.task,
test_description=self.microservice_specification.test,
all_files_string=all_files_string,
summarized_error=summarized_error,
)
if len(self.previous_errors) > 0: