From bf49d4941532733d68cf29a58638cd9e737d2896 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Fri, 27 Feb 2026 13:18:40 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20Update=20test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_tutorial/test_stream_json_lines/test_tutorial001.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_tutorial/test_stream_json_lines/test_tutorial001.py b/tests/test_tutorial/test_stream_json_lines/test_tutorial001.py index b32f50238a..0b5f9d95bb 100644 --- a/tests/test_tutorial/test_stream_json_lines/test_tutorial001.py +++ b/tests/test_tutorial/test_stream_json_lines/test_tutorial001.py @@ -22,6 +22,7 @@ def get_client(request: pytest.FixtureRequest): expected_items = [ {"name": "Plumbus", "description": "A multi-purpose household device."}, {"name": "Portal Gun", "description": "A portal opening device."}, + {"name": "Meeseeks Box", "description": "A box that summons a Meeseeks."}, ]