Adit fix, address copilot comments

This commit is contained in:
Jason Ginchereau
2026-06-11 17:17:55 -07:00
parent 78e3d71e19
commit 26e77e9341
4 changed files with 82 additions and 78 deletions
+1
View File
@@ -265,6 +265,7 @@ test('save with reserve cache denied by read-only token logs warning (not info)'
`Failed to save: Unable to reserve cache with key ${primaryKey}. More details: ${deniedMessage}`
)
expect(logWarningMock).toHaveBeenCalledTimes(1)
expect(reserveCacheMock).toHaveBeenCalledTimes(1)
expect(createTarMock).toHaveBeenCalledTimes(1)
expect(saveCacheMock).toHaveBeenCalledTimes(0)