temp
This commit is contained in:
parent
fa338bb7ab
commit
3e2cc2d9ba
1 changed files with 1 additions and 6 deletions
|
|
@ -103,12 +103,7 @@ class TestCliIntegration:
|
||||||
)
|
)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
assert (
|
assert not has_error or has_expected_failure or has_litellm_cancellation
|
||||||
not has_error
|
|
||||||
or has_expected_failure
|
|
||||||
or has_litellm_cancellation
|
|
||||||
or has_kuzu_extension_error
|
|
||||||
)
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logger.error(f"{str(e)}", exc_info=True)
|
logger.error(f"{str(e)}", exc_info=True)
|
||||||
import pprint
|
import pprint
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue