Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/3592cf530d39d81ca35188ab2639eef7936fed9d You should set ROOT_URL correctly, otherwise the web may not work correctly.

removed invalid container test

pull/3113/head
kay.one 12 years ago
parent fc57262c89
commit 3592cf530d

@ -15,15 +15,6 @@ namespace NzbDrone.App.Test
[TestFixture]
public class ContainerFixture : TestBase
{
[Test]
public void should_be_able_to_resolve_event_handlers()
{
MainAppContainerBuilder.BuildContainer().ResolveAll<IEnumerable<IProcessMessage>>().Should().NotBeEmpty();
}
[Test]
public void should_be_able_to_resolve_indexers()
{

Loading…
Cancel
Save