mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-15 23:31:29 +00:00
test(e2e): drop dead rows binding, keep poll_logs_for_key as the timing gate
This commit is contained in:
parent
4673754857
commit
996ae432c5
1 changed files with 1 additions and 1 deletions
|
|
@ -249,7 +249,7 @@ class TestAreThereDuplicateTraces:
|
|||
)
|
||||
)
|
||||
|
||||
rows = client.gateway.poll_logs_for_key(
|
||||
_ = client.gateway.poll_logs_for_key(
|
||||
key,
|
||||
min_rows=CLAUDE_CODE_BURST,
|
||||
predicate=lambda rs: len(_success_rows(rs)) >= CLAUDE_CODE_BURST,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue