Skip to content

Commit 2045204

Browse files
committed
Fix for QA Test engine: fix port
1 parent 5da9dc1 commit 2045204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elastest-torm/src/main/java/io/elastest/etm/service/EtPluginsService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ public String getEtPluginUrl(String serviceName,
520520
break;
521521

522522
case QA_NAME:
523-
internalPort = "8888";
523+
internalPort = "9080";
524524
bindedPort = "37009";
525525
bindPort = true;
526526
break;

0 commit comments

Comments
 (0)