From 51c1aa1ec807676f4db5a57cb34bd5f4ea4311ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Boschi?= Date: Wed, 19 Jun 2024 14:39:13 +0200 Subject: [PATCH] fix: graph process should raise the actual error when failing --- tests/unit/conftest.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/unit/conftest.py b/tests/unit/conftest.py index e9c51180d..355cd5d2d 100644 --- a/tests/unit/conftest.py +++ b/tests/unit/conftest.py @@ -224,7 +224,6 @@ def json_vector_store(): @pytest.fixture(name="client", autouse=True) def client_fixture(session: Session, monkeypatch, request, load_flows_dir): - monkeypatch.setenv("LANGFLOW_LOG_LEVEL", "DEBUG") # Set the database url to a test database if "noclient" in request.keywords: yield