Skip to content

Commit

Permalink
fix tests (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
sakoush committed Oct 21, 2024
1 parent 965768d commit a2d7790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/grpc/test_servicers.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,5 +260,5 @@ async def test_infer_invalid_datatype_error(
"'BOOL', 'UINT8', 'UINT16', 'UINT32', 'UINT64', 'INT8', 'INT16', "
"'INT32', 'INT64', 'FP16', 'FP32', 'FP64' or 'BYTES' [type=enum, "
"input_value='INT322', input_type=str]\n For further "
"information visit https://errors.pydantic.dev/2.7/v/enum"
"information visit https://errors.pydantic.dev/2.9/v/enum"
)

0 comments on commit a2d7790

Please sign in to comment.