mirror of
https://github.com/nathonius/obsidian-github-link.git
synced 2026-07-22 09:20:25 +00:00
🚨 test: #102 Add header property to cache test
This commit is contained in:
parent
9e53b68bc5
commit
1c6d1a28ad
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue