this was already done

This commit is contained in:
boxofyellow
2024-01-25 10:55:22 -08:00
committed by ddivad195
parent c06282fe29
commit dbec321cd4
-2
View File
@@ -134,8 +134,6 @@ describe('publishOCIArtifact', () => {
expect(axiosHeadMock).toHaveBeenCalledTimes(3)
expect(axiosPostMock).toHaveBeenCalledTimes(3)
expect(axiosPutMock).toHaveBeenCalledTimes(4)
// TODO: Check that the base64 encoded token is sent in the Authorization header
})
it('skips uploading all layer blobs when they all already exist', async () => {