fix: disable backend access control for rel db test
This commit is contained in:
parent
45bb3130c6
commit
1b483276b0
1 changed files with 3 additions and 0 deletions
|
|
@ -27,6 +27,9 @@ def normalize_node_name(node_name: str) -> str:
|
|||
|
||||
|
||||
async def setup_test_db():
|
||||
# Disable backend access control to migrate relational data
|
||||
os.environ["ENABLE_BACKEND_ACCESS_CONTROL"] = "false"
|
||||
|
||||
await cognee.prune.prune_data()
|
||||
await cognee.prune.prune_system(metadata=True)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue