Some checks failed
CD Pipeline / build-and-deploy (push) Has been cancelled
Wave5 B3-fix(commit 02362edd)改 _check_gemini_quota 用 redis.pipeline() 原測試 mock redis.incr.assert_awaited_once 失敗,因 incr 改在 pipeline 內。 修法(Engineer-A4 已同步寫好): - mock_pipe.set / incr 返回 mock_pipe(chain) - mock_pipe.execute 返回 [True, count] list - assertion 改 mock_pipe.execute.assert_awaited_once Tests: 37/37 PASSED Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Co-Authored-By: Engineer-A4 <noreply@anthropic.com>