1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2024-12-24 08:44:46 +00:00

Fixed 503 Http errors not marking the test as ignored.

This commit is contained in:
kay.one 2012-01-22 19:16:19 -08:00
parent 0d582f12fb
commit 9150574c35

View file

@ -88,7 +88,7 @@ namespace NzbDrone.Test.Common
public static void MarkInconclusive(string text)
{
var inconclusiveLogs = _logs.Where(l => l.Message.Contains(text)).ToList();
var inconclusiveLogs = _logs.Where(l => l.FormattedMessage.Contains(text)).ToList();
if (inconclusiveLogs.Count != 0)
{