ruff
This commit is contained in:
parent
489cf4b79a
commit
15a9563562
1 changed files with 1 additions and 1 deletions
|
|
@ -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."""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue