Skip to content

Commit

Permalink
Update EurekaServiceDiscoverySpec.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Sep 23, 2024
1 parent c228476 commit c13c172
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class EurekaServiceDiscoverySpec
|}
|""".stripMargin).withFallback(ConfigFactory.load())

override implicit lazy val system: ActorSystem = ActorSystem("test")
override implicit lazy val system: ActorSystem = ActorSystem("test", testConfig)
implicit val ec: ExecutionContext = system.dispatcher

implicit override val patienceConfig: PatienceConfig =
Expand Down

0 comments on commit c13c172

Please sign in to comment.