From 88d87019c2c6d983aed3a7477b7001d19c4b282b Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 10 Oct 2018 17:12:45 +0000 Subject: [PATCH] --- test/raven-integration/LogFiles/LogFiles.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/raven-integration/LogFiles/LogFiles.cs b/test/raven-integration/LogFiles/LogFiles.cs index 74fed21d..6e7f5045 100644 --- a/test/raven-integration/LogFiles/LogFiles.cs +++ b/test/raven-integration/LogFiles/LogFiles.cs @@ -21,7 +21,7 @@ namespace raven_integration { ApiTextResponse t = await Util.GetTextResultAsync("LogFiles/log-ayanova.txt", await Util.GetTokenAsync("OpsAdminFull")); Util.ValidateHTTPStatusCode(t, 200); - string[] ExpectedLogItems = {"|Info|","|ERROR|", "|WARN|"};//assumes any log will have at least one of these items in it + string[] ExpectedLogItems = {"|INFO|","|ERROR|", "|WARN|"};//assumes any log will have at least one of these items in it t.TextResponse.Should().ContainAny(ExpectedLogItems); }