We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cb87a7 commit e1de6b2Copy full SHA for e1de6b2
1 file changed
test/ui-test/common/constants/serverConstants.ts
@@ -19,7 +19,7 @@ export class ServersConstants {
19
20
public static eap80: ServerTestType = {
21
serverName: 'jboss-eap-8.0',
22
- serverDownloadName: 'Red Hat JBoss EAP 8.0.0 Beta',
+ serverDownloadName: 'Red Hat JBoss EAP 8.0.0',
23
serverInstallationName: 'jbosseap800'
24
}
25
/*
@@ -35,4 +35,4 @@ export class ServersConstants {
35
];
36
37
public static readonly TEST_SERVERS = [...ServersConstants.WILDFLY_SERVERS, ...ServersConstants.EAP_SERVERS];
38
-}
+}
0 commit comments