Skip to content

Commit f9d995d

Browse files
committed
fix last test
1 parent 227a58b commit f9d995d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/tests/tools/test_resolve_mtype_tool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ async def test_arun(httpx_mock):
2020
mtypes_region = json.load(f)
2121

2222
httpx_mock.add_response(
23-
url="http://fake_entitycore_url.com/78/mtype?page_size=100&pref_label=Interneu",
23+
url="http://fake_entitycore_url.com/78/mtype?page_size=1&pref_label=Interneu",
2424
json=mtypes_region,
2525
)
2626

0 commit comments

Comments
 (0)