mirror of
https://github.com/actions/toolkit.git
synced 2026-08-11 00:00:28 +02:00
new error state, tests to cover
This commit is contained in:
+2
-1
@@ -237,7 +237,8 @@ test('save with server error should fail', async () => {
|
||||
.mockReturnValue(
|
||||
Promise.resolve({
|
||||
ok: true,
|
||||
signedUploadUrl: 'https://blob-storage.local?signed=true'
|
||||
signedUploadUrl: 'https://blob-storage.local?signed=true',
|
||||
message: ""
|
||||
})
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user