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,