mirror of
https://github.com/actions/toolkit.git
synced 2026-08-19 00:00:17 +02:00
fix expected response
Signed-off-by: Meredith Lancaster <[email protected]>
This commit is contained in:
@@ -106,7 +106,7 @@ describe('createStorageRecord', () => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
it('persists the attestation', async () => {
|
it('persists the attestation', async () => {
|
||||||
await expect(createStorageRecord(artifactParams, registryParams, token)).resolves.toEqual('123')
|
await expect(createStorageRecord(artifactParams, registryParams, token)).resolves.toEqual(['123', '456'])
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user