This commit is contained in:
hajdul88 2026-01-19 10:25:38 +01:00
parent 489cf4b79a
commit 15a9563562

View file

@ -27,7 +27,6 @@ async def _reset_engines_and_prune():
except Exception:
pass
await cognee.prune.prune_data()
await cognee.prune.prune_system(metadata=True)
@ -54,6 +53,7 @@ def e2e_config():
os.environ.clear()
os.environ.update(original_env)
@pytest.fixture(scope="session")
def authenticated_client(test_client):
"""Override authentication to use default user."""