Skip to content

Commit

Permalink
TXMNT-504 Update docs and it tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Shepherd committed Dec 19, 2016
1 parent 97471ba commit 751506f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion test/it/it/helper/AppServerUnderTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 751506f

Please sign in to comment.