Skip to content

Commit

Permalink
[grid] Fixing typo on config to make StressTest pass
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Apr 22, 2021
1 parent 192e347 commit 0b2ab18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ public Deployment start(Capabilities capabilities, Config additionalConfig) {
Config newSessionQueueServerConfig = new TomlConfig(new StringReader(String.join(
"\n",
new String[] {
"[sessionqueuer]",
"[sessionqueue]",
"hostname = \"localhost\"",
"port = " + newSessionQueueServer.getUrl().getPort()
}
Expand Down

0 comments on commit 0b2ab18

Please sign in to comment.