Skip to content

Commit a10c85b

Browse files
committed
Fix another test
1 parent 99c8225 commit a10c85b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mock_tests/test_collection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ def test_node_with_timeout(
295295
httpserver: HTTPServer, start_grpc_server: grpc.Server, output: Literal["minimal", "verbose"]
296296
) -> None:
297297
httpserver.expect_request("/v1/.well-known/ready").respond_with_json({})
298-
httpserver.expect_request("/v1/meta").respond_with_json({"version": "1.24"})
298+
httpserver.expect_request("/v1/meta").respond_with_json({"version": "1.33"})
299299

300300
httpserver.expect_request("/v1/nodes").respond_with_json(
301301
status=200,

0 commit comments

Comments
 (0)