Skip to content

Commit 824ff70

Browse files
committed
Look at more rows
1 parent e80e53e commit 824ff70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/org/labkey/test/tests/AuditLogTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ protected void verifyAuditQueries(boolean canSeeAuditLog, String containerPath)
557557

558558
ExecuteQueryPage.beginAt(this, containerPath, "auditLog", "GroupAuditEvent");
559559
if (canSeeAuditLog)
560-
verifyAuditQueryEvent(this, COMMENT_COLUMN, "The user " + AUDIT_TEST_USER + " was assigned to the security role Editor.", 1);
560+
verifyAuditQueryEvent(this, COMMENT_COLUMN, "The user " + AUDIT_TEST_USER + " was assigned to the security role Editor.", 4);
561561
else
562562
assertTextPresent("No data to show.");
563563
}

0 commit comments

Comments
 (0)