Skip to content

Commit

Permalink
[WFCORE-6525] Rename AuditLogBootingSyslogTest to AuditLogBootingSysl…
Browse files Browse the repository at this point in the history
…ogTestCase so it gets included in the surefire configuration

Jira issue: https://issues.redhat.com/browse/WFCORE-6525
  • Loading branch information
yersan committed Sep 25, 2023
1 parent bc884f3 commit d8f08f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
*/
@RunWith(WildFlyRunner.class)
@ServerControl(manual = true)
public class AuditLogBootingSyslogTest {
public class AuditLogBootingSyslogTestCase {
private final ModelNode userAuthAddress = Operations.createAddress("subsystem", "elytron", "configurable-sasl-server-factory", "configured");
private final ModelNode userIdentRealmAddress = Operations.createAddress("subsystem", "elytron", "identity-realm", "local");
private final PathAddress auditLogConfigAddress = PathAddress.pathAddress(CoreManagementResourceDefinition.PATH_ELEMENT,
Expand Down

0 comments on commit d8f08f5

Please sign in to comment.