backend-common: Remove read method from UrlReader

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2023-01-02 16:34:54 +01:00
parent 7de9f5c868
commit 4ae89dbce6
32 changed files with 417 additions and 387 deletions
@@ -45,7 +45,6 @@ const createMockEntity = (annotations: {}) => {
const mockConfig = new ConfigReader({});
const mockUrlReader: jest.Mocked<UrlReader> = {
read: jest.fn(),
readUrl: jest.fn(),
readTree: jest.fn(),
search: jest.fn(),