diff --git a/plugins/adr-backend/src/service/router.test.ts b/plugins/adr-backend/src/service/router.test.ts index 74955fcc6a..fbbd6e8532 100644 --- a/plugins/adr-backend/src/service/router.test.ts +++ b/plugins/adr-backend/src/service/router.test.ts @@ -59,9 +59,6 @@ const testFileTwoContent = 'testFileTwo content'; const genericFileContent = 'file content'; const mockUrlReader: UrlReader = { - read() { - throw new Error('read not implemented.'); - }, readUrl(url: string) { switch (url) { case 'testFileOne':