fix: graph process should raise the actual error when failing
This commit is contained in:
parent
e45737aaaa
commit
51c1aa1ec8
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue