mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed 503 Http errors not marking the test as ignored.
This commit is contained in:
@@ -88,7 +88,7 @@ namespace NzbDrone.Test.Common
|
|||||||
|
|
||||||
public static void MarkInconclusive(string text)
|
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)
|
if (inconclusiveLogs.Count != 0)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user