Skip to content

Commit a6944a0

Browse files
devin-ai-integration[bot]bot_apk
andcommitted
fix: update test expectations for HTTP 400 FailureType and error_message changes
Co-Authored-By: bot_apk <apk@cognition.ai>
1 parent ea0f38e commit a6944a0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

unit_tests/sources/declarative/requesters/error_handlers/test_default_error_handler.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ def test_default_error_handler_with_default_response_filter(
9191
parameters={},
9292
),
9393
ResponseAction.RETRY,
94-
FailureType.system_error,
95-
"HTTP Status Code: 400. Error: Bad request. Please check your request parameters.",
94+
FailureType.config_error,
95+
None,
9696
),
9797
(
9898
"_with_http_response_status_402_fail_with_default_failure_type",

0 commit comments

Comments
 (0)