Skip to content

Commit

Permalink
fix warning in build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k authored Jan 19, 2025
1 parent 46cc131 commit 5779d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ val testServerSettings = Seq(
.evaluated,
Test / testOptions += Tests.Setup { () =>
val port = (testServer2_13 / testServerPort).value
PollingUtils.waitUntilServerAvailable(new URL(s"http://localhost:$port"))
PollingUtils.waitUntilServerAvailable(url(s"http://localhost:$port"))
}
)

Expand Down

0 comments on commit 5779d51

Please sign in to comment.