mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-17 21:35:17 +00:00
fix test2
This commit is contained in:
parent
77e7463395
commit
4175e8c467
1 changed files with 9 additions and 6 deletions
|
|
@ -45,7 +45,10 @@ PR Feedback:
|
|||
with pytest.raises(ScannerError):
|
||||
yaml.safe_load(yaml_str)
|
||||
|
||||
expected_output =[{'relevant_file': 'src/app.py:',
|
||||
expected_output = [{'relevant file': 'src/app.py:',
|
||||
'suggestion content': 'The print statement is outside inside the if __name__ ==: '}]
|
||||
assert load_yaml(yaml_str) == expected_output
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue