mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2026-01-08 08:04:24 +01:00
➕ refactor: summarize error message without line number
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user