ruff
This commit is contained in:
parent
ef7ebc0748
commit
976ac78e5e
1 changed files with 1 additions and 1 deletions
|
|
@ -149,4 +149,4 @@ async def test_permissions_example_flow(permissions_example_env):
|
||||||
|
|
||||||
# user_1 can't add to user_2's dataset.
|
# user_1 can't add to user_2's dataset.
|
||||||
with pytest.raises(PermissionDeniedError):
|
with pytest.raises(PermissionDeniedError):
|
||||||
await cognee.add([explanation_file_path], dataset_id=quantum_dataset_id, user=user_1)
|
await cognee.add([explanation_file_path], dataset_id=quantum_dataset_id, user=user_1)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue