test: properly wrap line
This commit is contained in:
@@ -57,7 +57,8 @@ def test_pip_audit_no_vulnerabilities():
|
|||||||
else:
|
else:
|
||||||
# Some other error occurred
|
# Some other error occurred
|
||||||
pytest.fail(
|
pytest.fail(
|
||||||
f"pip-audit failed to run properly:\n\nReturn code: {result.returncode}\nOutput: {error_output}\n"
|
f"pip-audit failed to run properly:\n\nReturn code: {result.returncode}\n"
|
||||||
|
f"Output: {error_output}\n"
|
||||||
)
|
)
|
||||||
|
|
||||||
# Success - no vulnerabilities found
|
# Success - no vulnerabilities found
|
||||||
|
|||||||
Reference in New Issue
Block a user