X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f3e9066b40546163f0df4678702ca4d7d31f9f84..afb3cc283074103e1137e79589d15390c825ecf1:/src/api/tests/res/responses/ebooks.json?ds=sidebyside diff --git a/src/api/tests/res/responses/ebooks.json b/src/api/tests/res/responses/ebooks.json index 70084ef6c..171c153a9 100644 --- a/src/api/tests/res/responses/ebooks.json +++ b/src/api/tests/res/responses/ebooks.json @@ -2,6 +2,7 @@ { "fb2": "", "mobi": "", + "title": "Child", "author": "", "cover": "", "href": "https://example.com/api/books/child/", @@ -13,6 +14,7 @@ { "fb2": "https://example.com/media/fb2/grandchild.fb2", "mobi": "", + "title": "Grandchild", "author": "", "cover": "", "href": "https://example.com/api/books/grandchild/", @@ -24,6 +26,7 @@ { "fb2": "", "mobi": "https://example.com/media/mobi/parent.mobi", + "title": "Parent", "author": "John Doe", "cover": "cover/parent.jpg", "href": "https://example.com/api/books/parent/",