This commit is contained in:
Daulet Amirkhanov 2025-10-13 16:15:13 +01:00
parent fa338bb7ab
commit 3e2cc2d9ba

View file

@ -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