test(e2e): drop dead rows binding, keep poll_logs_for_key as the timing gate

This commit is contained in:
mubashir1osmani 2026-07-13 18:18:16 -07:00
parent 4673754857
commit 996ae432c5

View file

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