refactor: summarize error message without line number

This commit is contained in:
Florian Hönicke
2023-06-06 00:24:28 +02:00
parent 530ed3733e
commit 048db486c7
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ def test_generation_level_0(microservice_dir, mock_input_sequence):
"The microservice is very simple, it does not take anything as input and only outputs the word 'test'",
microservice_dir,
'gpt-3.5-turbo',
self_healing=False,
# self_healing=False,
)
assert generator.generate() == 0