One more missed canonical.port in cluster tests (#21428)

This commit is contained in:
Johan Andrén 2016-09-09 18:12:35 +02:00 committed by GitHub
parent b0e03058b9
commit 3502f0d72f
2 changed files with 2 additions and 2 deletions

View file

@ -63,7 +63,7 @@ abstract class ClusterDeathWatchSpec
pending
}
/* "receive Terminated when watched node becomes Down/Removed" in within(20 seconds) {
/* "receive Terminated when watched node becomes Down/Removed" in within(20 seconds) {
awaitClusterUp(first, second, third, fourth)
enterBarrier("cluster-up")

View file

@ -165,7 +165,7 @@ abstract class UnreachableNodeJoinsAgainSpec
ConfigFactory.parseString(
if (RARP(system).provider.remoteSettings.Artery.Enabled)
s"""
akka.remote.artery {
akka.remote.artery.canonical {
hostname = ${victimAddress.host.get}
port = ${victimAddress.port.get}
}