Skip to content

Commit f6d909a

Browse files
Ashley LewisAshley Lewis
authored andcommitted
7335-change hardcoded string used for testing is being used now now
1 parent 4412492 commit f6d909a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dev/Warewolf.Auditing.Tests/AuditQueryableSqliteTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ namespace Warewolf.Auditing.Tests
2727
public class AuditQueryableSqliteTests
2828
{
2929
string connstring = @"C:\ProgramData\Warewolf\Audits\AuditTestDB.db";
30-
string sqlMessage = "SELECT * FROM (SELECT json_extract(Properties, '$.Data') AS Message, Level, TimeStamp FROM Logs) WHERE json_extract(Message, '$.ExecutionID') <> '' ";
30+
string sqlMessage = "SELECT * FROM (SELECT json_extract(Properties, '$.Data') AS Message, Level, TimeStamp FROM Logs) WHERE json_extract(Message, '$.Url') <> '' ";
3131
[ClassInitialize]
3232
[DeploymentItem(@"x86\SQLite.Interop.dll")]
3333
public static void TestFixtureSetup(TestContext context)

0 commit comments

Comments
 (0)