Skip to content

Commit 23ea930

Browse files
rdheekondardheekonda
andauthored
Fix Test Prompt Response Error Values (#591)
Co-authored-by: rdheekonda <rdheekonda@microsoft.com>
1 parent f4d7565 commit 23ea930

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_literals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def test_prompt_data_type():
1616
def test_prompt_response_error():
1717
assert get_origin(PromptResponseError) is Literal
1818

19-
expected_literals = {"blocked", "none", "processing", "unknown"}
19+
expected_literals = {"blocked", "none", "processing", "unknown", "empty"}
2020
assert set(get_args(PromptResponseError)) == expected_literals
2121

2222

0 commit comments

Comments
 (0)