Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/6273d69ed61a0dfc71af953e36f6f79fa47b0e1c You should set ROOT_URL correctly, otherwise the web may not work correctly.
pull/2949/head
Bogdan 2 years ago
parent 7012380e95
commit 6273d69ed6

@ -19,7 +19,7 @@ namespace NzbDrone.Integration.Test.ApiTests
[Test]
public void lookup_new_author_by_goodreads_book_id()
{
var author = Author.Lookup("edition:1");
var author = Author.Lookup("edition:2");
author.Should().NotBeEmpty();
author.Should().Contain(c => c.AuthorName == "J.K. Rowling");

Loading…
Cancel
Save