1
0
Fork 0
mirror of https://github.com/actions/toolkit synced 2025-05-10 00:53:10 +00:00

update crc header key

This commit is contained in:
Rob Herley 2022-04-27 22:22:35 +00:00 committed by GitHub
parent 9e285cc3fa
commit d5c547c19f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -96,7 +96,7 @@ describe('Utils', () => {
expect(headers['x-tfs-filelength']).toEqual(uncompressedLength)
expect(headers['Content-Length']).toEqual(size)
expect(headers['Content-Range']).toEqual(range)
expect(headers['X-GH-Actions-CRC64']).toEqual(digest)
expect(headers['x-actions-result-crc64']).toEqual(digest)
})
it('Test constructing upload headers with only required parameter', () => {