1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-23 22:25:56 -04:00

Added Status refreshes to Download Monitoring Service and allow DownloadService to report success (but not failure).

This commit is contained in:
Taloth Saldono
2017-05-13 23:11:05 +02:00
parent f335cc1af8
commit 4e10d30cf6
10 changed files with 85 additions and 71 deletions
@@ -57,13 +57,6 @@ namespace NzbDrone.Core.Test.HealthCheck.Checks
{
Subject.Check().ShouldBeOk();
}
[Test]
public void should_not_return_error_when_indexer_failed_less_than_an_hour()
{
GivenIndexer(1, 0.1, 0.5);
Subject.Check().ShouldBeOk();
}
[Test]
public void should_return_warning_if_indexer_unavailable()