test: properly wrap line

This commit is contained in:
Matthias
2025-12-24 11:39:00 +01:00
parent f55a90d98c
commit 78709a9d76
+2 -1
View File
@@ -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