Browse Source

Fix test from 5414ad02edc2a14472eb3191

Albert Zaharovits 4 years ago
parent
commit
35b253f26d

+ 2 - 2
x-pack/plugin/security/src/test/java/org/elasticsearch/xpack/security/audit/AuditTrailServiceTests.java

@@ -77,7 +77,7 @@ public class AuditTrailServiceTests extends ESTestCase {
                     "audit disabled because of license",
                     AuditTrailService.class.getName(),
                     Level.WARN,
-                    "Security auditing is DISABLED because the currently active license [" +
+                    "Auditing logging is DISABLED because the currently active license [" +
                             licenseState.getOperationMode() + "] does not permit it"
             ));
         } else {
@@ -85,7 +85,7 @@ public class AuditTrailServiceTests extends ESTestCase {
                     "audit disabled because of license",
                     AuditTrailService.class.getName(),
                     Level.WARN,
-                    "Security auditing is DISABLED because the currently active license [" +
+                    "Auditing logging is DISABLED because the currently active license [" +
                             licenseState.getOperationMode() + "] does not permit it"
             ));
         }