Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sakoush committed Oct 21, 2024
1 parent 71a6a03 commit 965768d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/batch_processing/test_rest.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ async def test_invalid(
"loc": ["inputs", 0, "datatype"],
"msg": "Field required",
"input": {"name": "input-0", "shape": [1, 3], "data": [1, 2, 3]},
"url": "https://errors.pydantic.dev/2.7/v/missing",
"url": "https://errors.pydantic.dev/2.9/v/missing",
}
],
},
Expand Down Expand Up @@ -191,7 +191,7 @@ async def test_invalid_among_many(
"loc": ["inputs", 0, "datatype"],
"msg": "Field required",
"input": {"name": "input-0", "shape": [1, 3], "data": [1, 2, 3]},
"url": "https://errors.pydantic.dev/2.7/v/missing",
"url": "https://errors.pydantic.dev/2.9/v/missing",
}
],
},
Expand Down

0 comments on commit 965768d

Please sign in to comment.