Skip to content

Commit

Permalink
updated test
Browse files Browse the repository at this point in the history
  • Loading branch information
danPudwellOpencast committed Jul 7, 2017
1 parent eadeb6c commit 91a6d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/controllers/ApplicationControllerSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class ApplicationControllerSpec extends PlaySpec with MockitoSugar with OneServe

"be redirected to the login page" in {
val result = controllers.ApplicationController.cancel().apply(FakeRequest())
redirectLocation(result).get must include("https://test.gov.uk/")
redirectLocation(result).get must include("https://www.gov.uk/")
}


Expand Down

0 comments on commit 91a6d99

Please sign in to comment.