From dbec321cd4428b8e837ec86d67627f9eaa5579ea Mon Sep 17 00:00:00 2001 From: boxofyellow <54955040+boxofyellow@users.noreply.github.com> Date: Thu, 25 Jan 2024 10:55:22 -0800 Subject: [PATCH] this was already done --- __tests__/ghcr-client.test.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/__tests__/ghcr-client.test.ts b/__tests__/ghcr-client.test.ts index f8e25d8..4e73f34 100644 --- a/__tests__/ghcr-client.test.ts +++ b/__tests__/ghcr-client.test.ts @@ -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 () => {