From b45a09f78470bdb3f85f8230e91a8ec69ac06cb0 Mon Sep 17 00:00:00 2001 From: "P. Taylor Goetz" Date: Sat, 25 May 2024 21:16:01 -0400 Subject: [PATCH] fixt tests --- backend/tests/unit_tests/agent_executor/test_parsing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/tests/unit_tests/agent_executor/test_parsing.py b/backend/tests/unit_tests/agent_executor/test_parsing.py index 3c016068..804dd4d5 100644 --- a/backend/tests/unit_tests/agent_executor/test_parsing.py +++ b/backend/tests/unit_tests/agent_executor/test_parsing.py @@ -14,8 +14,8 @@ def test_list_of_supported_mimetypes() -> None: "application/pdf", "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "text/html", - "text/plain", "text/markdown", + "text/plain", ]