Separate afr-files also for RemoteRouterSpec
This commit is contained in:
parent
e1993eec01
commit
1859876e5a
1 changed files with 3 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue