Another potential fix for the invalid API key error.

This commit is contained in:
Andrej Milicevic 2025-08-25 19:16:59 +02:00
parent a3d5164129
commit 66b8bb39b5

View file

@ -78,7 +78,8 @@ class TestCliIntegration:
[sys.executable, "-m", "cognee.cli._cognee", "add", temp_file],
capture_output=True,
text=True,
cwd=Path(__file__).parent.parent.parent.parent, # Go to project root
cwd=Path(__file__).parent.parent.parent, # Go to project root
env=os.environ,
)
# Note: This might fail due to dependencies, but we're testing the CLI structure