mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
fix tests
This commit is contained in:
parent
126bbd4d86
commit
64cf10205b
2 changed files with 0 additions and 3 deletions
|
|
@ -65,7 +65,6 @@ export const libraryItemRepository = appDataSource
|
|||
INSERT INTO omnivore.library_item (
|
||||
slug,
|
||||
readable_content,
|
||||
original_content,
|
||||
description,
|
||||
title,
|
||||
author,
|
||||
|
|
@ -82,7 +81,6 @@ export const libraryItemRepository = appDataSource
|
|||
SELECT
|
||||
slug,
|
||||
readable_content,
|
||||
original_content,
|
||||
description,
|
||||
title,
|
||||
author,
|
||||
|
|
|
|||
|
|
@ -115,7 +115,6 @@ export const createTestLibraryItem = async (
|
|||
const item = {
|
||||
user: { id: userId },
|
||||
title: 'test title',
|
||||
originalContent: '<p>test content</p>',
|
||||
originalUrl: `https://blog.omnivore.app/test-url-${generateFakeUuid()}`,
|
||||
slug: 'test-with-omnivore',
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue