diff --git a/tests/test_pip_audit.py b/tests/test_pip_audit.py index fca696193..29eaca607 100644 --- a/tests/test_pip_audit.py +++ b/tests/test_pip_audit.py @@ -57,7 +57,8 @@ def test_pip_audit_no_vulnerabilities(): else: # Some other error occurred 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