fix(conductor): Apply review suggestions for track 'live_gui_testing_20260223'

This commit is contained in:
2026-02-23 16:49:36 -05:00
parent 2da1ef38af
commit 075d760721
3 changed files with 18 additions and 18 deletions

View File

@@ -22,4 +22,5 @@ def test_get_history_bleed_stats_basic():
stats = ai_client.get_history_bleed_stats()
assert 'current' in stats
assert 'limit' in stats
assert stats['limit'] == 1000
# ai_client.py hardcodes Gemini limit to 900_000
assert stats['limit'] == 900000