mirror of
https://github.com/actions/toolkit.git
synced 2026-08-17 00:00:22 +02:00
Adit fix, address copilot comments
This commit is contained in:
@@ -154,6 +154,7 @@ test('create cache entry denied by read-only token logs single warning and skips
|
||||
`Failed to save: Unable to reserve cache with key ${key}. More details: ${deniedMessage}`
|
||||
)
|
||||
|
||||
expect(warningLogMock).toHaveBeenCalledTimes(1)
|
||||
expect(createCacheEntryMock).toHaveBeenCalledWith({
|
||||
key,
|
||||
version: cacheVersion
|
||||
|
||||
Reference in New Issue
Block a user