From 965768d493fad156e62e7c3d4ed06104cbd734c4 Mon Sep 17 00:00:00 2001 From: Sherif Akoush Date: Mon, 21 Oct 2024 11:34:55 +0100 Subject: [PATCH] fix tests --- tests/batch_processing/test_rest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/batch_processing/test_rest.py b/tests/batch_processing/test_rest.py index 9262178b4..dab32dd5e 100644 --- a/tests/batch_processing/test_rest.py +++ b/tests/batch_processing/test_rest.py @@ -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", } ], }, @@ -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", } ], },