fix(conductor): Apply review suggestions for track 'live_gui_testing_20260223'
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user