Skip to content

Commit e1de6b2

Browse files
committed
Fix test case - eap8 is out of beta
Signed-off-by: Rob Stryker <rob@oxbeef.net>
1 parent 0cb87a7 commit e1de6b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/ui-test/common/constants/serverConstants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export class ServersConstants {
1919

2020
public static eap80: ServerTestType = {
2121
serverName: 'jboss-eap-8.0',
22-
serverDownloadName: 'Red Hat JBoss EAP 8.0.0 Beta',
22+
serverDownloadName: 'Red Hat JBoss EAP 8.0.0',
2323
serverInstallationName: 'jbosseap800'
2424
}
2525
/*
@@ -35,4 +35,4 @@ export class ServersConstants {
3535
];
3636

3737
public static readonly TEST_SERVERS = [...ServersConstants.WILDFLY_SERVERS, ...ServersConstants.EAP_SERVERS];
38-
}
38+
}

0 commit comments

Comments
 (0)