generated from john/python-template
Error handling added to MVP according to error_handling.md guideline
This commit is contained in:
@@ -72,3 +72,5 @@ class TestPipelineFailureFlow:
|
||||
assert transcript is not None
|
||||
assert transcript.text is None
|
||||
assert "pipeline provider failure" in transcript.error_detail
|
||||
assert "[internal_unexpected_error]" in transcript.error_detail
|
||||
assert "error_id=" in transcript.error_detail
|
||||
|
||||
Reference in New Issue
Block a user