mirror of
https://github.com/Readarr/Readarr.git
synced 2026-01-30 00:31:45 -05:00
Fixed 503 Http errors not marking the test as ignored.
This commit is contained in:
@@ -88,7 +88,7 @@ public static void MarkInconclusive(Type exception)
|
||||
|
||||
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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user