Skip to content

Commit

Permalink
fixup! test(runner): add handle_pipeline_exception test
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Oct 14, 2024
1 parent 6702956 commit e379840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner/app/routes/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,8 @@ def handle_pipeline_exception(
if custom_error_config:
error_config.update(custom_error_config)

status_code = default_status_code
error_message = default_error_message
status_code = default_status_code

error_type = type(e).__name__
if error_type in error_config:
Expand Down

0 comments on commit e379840

Please sign in to comment.