Skip to content

Commit

Permalink
Correct docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
elyousfi5 committed Feb 2, 2024
1 parent 34748b4 commit b687232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/osv_agent_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ def testAgentOSV_whenRiskInvalid_defaultToPotentially(
mocker: plugin.MockerFixture,
osv_api_output_risk_invalid: dict[str, Any],
) -> None:
"""Ensure that the agent does not crash when the risk is missing and default to potentially."""
"""Ensure that the agent does not crash when the risk is invalid and default to potentially."""
mocker.patch(
"agent.api_manager.osv_service_api.query_osv_api",
return_value=osv_api_output_risk_invalid,
Expand Down

0 comments on commit b687232

Please sign in to comment.