From 5e88561c1858668959d609c831e1a5338b6037bd Mon Sep 17 00:00:00 2001 From: Daulet Amirkhanov Date: Tue, 14 Oct 2025 11:33:28 +0100 Subject: [PATCH] temp --- .../cli_tests/cli_integration_tests/test_cli_integration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cognee/tests/cli_tests/cli_integration_tests/test_cli_integration.py b/cognee/tests/cli_tests/cli_integration_tests/test_cli_integration.py index 8c4268dbc..21fba4e0b 100644 --- a/cognee/tests/cli_tests/cli_integration_tests/test_cli_integration.py +++ b/cognee/tests/cli_tests/cli_integration_tests/test_cli_integration.py @@ -103,10 +103,10 @@ class TestCliIntegration: import pprint pprint.pprint(result.stderr) - raise e finally: os.unlink(temp_file) + assert 1 == 0 def test_config_subcommands(self): """Test config subcommands help"""