Separate afr-files also for RemoteRouterSpec

This commit is contained in:
Johan Andrén 2016-11-29 12:51:43 +01:00
parent e1993eec01
commit 1859876e5a

View file

@ -75,7 +75,9 @@ class RemoteRouterSpec extends AkkaSpec(ConfigFactory.parseString("""
target.nodes = ["akka://${sysName}@localhost:${port}"]
}
}
}""").withFallback(system.settings.config)
}"""
).withFallback(ArterySpecSupport.newFlightRecorderConfig)
.withFallback(system.settings.config)
val masterSystem = ActorSystem("Master" + sysName, conf)