diff --git a/README.md b/README.md index e9f5bdb3..cf760c59 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ sm --start ADDRESS_LOOKUP_FRONTEND -f nice sbt run ``` -Browse to http://localhost:9028/address-lookup-frontend/ +Browse to http://localhost:9028/lookup-address/ ## Operation Overview diff --git a/test/it/it/helper/AppServerUnderTest.scala b/test/it/it/helper/AppServerUnderTest.scala index cabb20ae..844f6601 100644 --- a/test/it/it/helper/AppServerUnderTest.scala +++ b/test/it/it/helper/AppServerUnderTest.scala @@ -78,7 +78,7 @@ trait AppServerUnderTest extends SuiteMixin with ServerProvider with AppServerTe override lazy val appEndpoint = s"http://localhost:$port" - def appContext: String = "/" + FrontendGlobal.appName + def appContext: String = "/lookup-address" abstract override def run(testName: Option[String], args: Args): Status = { beforeAppServerStarts()