From 1c6d1a28add31dfd386d2062d46e4c1f87edebbf Mon Sep 17 00:00:00 2001 From: Nathan Smith Date: Sun, 30 Jun 2024 14:35:36 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8=20test:=20#102=20Add=20header=20pr?= =?UTF-8?q?operty=20to=20cache=20test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/plugin.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugin.spec.ts b/src/plugin.spec.ts index a6ce4e3..5f29f13 100644 --- a/src/plugin.spec.ts +++ b/src/plugin.spec.ts @@ -56,7 +56,7 @@ describe("GithubLinkPlugin", () => { test("should load stored cache", async () => { const cacheEntry = new CacheEntry( { url: "mock" }, - { json: "mock" } as RequestUrlResponse, + { json: "mock", headers: {} } as RequestUrlResponse, new Date(), null, null,