mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 16:10:43 +00:00
test: tighten google oauth cache assertion
This commit is contained in:
@@ -520,7 +520,7 @@ describe("extractGeminiCliCredentials", () => {
|
||||
|
||||
// First call
|
||||
const result1 = extractGeminiCliCredentials();
|
||||
expect(result1).not.toBeNull();
|
||||
expectFakeCliCredentials(result1);
|
||||
|
||||
// Second call should use cache (readFileSync not called again)
|
||||
const readCount = mockReadFileSync.mock.calls.length;
|
||||
|
||||
Reference in New Issue
Block a user