From 3e2cc2d9baabb7d53642887540ec8599bf1040fd Mon Sep 17 00:00:00 2001 From: Daulet Amirkhanov Date: Mon, 13 Oct 2025 16:15:13 +0100 Subject: [PATCH] temp --- .../cli_integration_tests/test_cli_integration.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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 67ebca926..9b350bb7e 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,12 +103,7 @@ class TestCliIntegration: ) try: - assert ( - not has_error - or has_expected_failure - or has_litellm_cancellation - or has_kuzu_extension_error - ) + assert not has_error or has_expected_failure or has_litellm_cancellation except Exception as e: logger.error(f"{str(e)}", exc_info=True) import pprint