🚨 test: #102 Add header property to cache test

This commit is contained in:
Nathan Smith 2024-06-30 14:35:36 -04:00
parent 9e53b68bc5
commit 1c6d1a28ad

View file

@ -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,