fix: graph process should raise the actual error when failing

This commit is contained in:
Nicolò Boschi 2024-06-19 14:39:13 +02:00 committed by Gabriel Luiz Freitas Almeida
commit 51c1aa1ec8

View file

@ -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