feat(testing): stabilize simulation suite and fix gemini caching
This commit is contained in:
@@ -37,5 +37,5 @@ def test_ai_settings_simulation_run():
|
||||
sim.run()
|
||||
|
||||
# Verify calls
|
||||
mock_client.set_value.assert_any_call("current_provider", "anthropic")
|
||||
mock_client.set_value.assert_any_call("current_provider", "gemini")
|
||||
mock_client.set_value.assert_any_call("current_model", "gemini-1.5-flash")
|
||||
mock_client.set_value.assert_any_call("current_model", "gemini-2.5-flash-lite")
|
||||
|
||||
Reference in New Issue
Block a user