From 7d1ae0b56187aa4e98b56b7cf5cf38254308a478 Mon Sep 17 00:00:00 2001 From: phact Date: Mon, 13 Oct 2025 16:01:20 -0400 Subject: [PATCH] file type --- tests/integration/test_api_endpoints.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_api_endpoints.py b/tests/integration/test_api_endpoints.py index ab9b5090..79716e1e 100644 --- a/tests/integration/test_api_endpoints.py +++ b/tests/integration/test_api_endpoints.py @@ -314,7 +314,7 @@ async def test_langflow_chat_and_nudges_endpoints(): async with httpx.AsyncClient(transport=transport, base_url="http://testserver") as client: await wait_for_service_ready(client) - warmup_file = Path("./nudges_seed.txt") + warmup_file = Path("./nudges_seed.md") warmup_file.write_text("The user may care about different fruits including apples, hardy kiwi, and bananas") files = { "file": (