Skip to content

Commit

Permalink
removed printlns
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertLaverick committed Dec 5, 2024
1 parent 8bf5236 commit d8d87ca
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ class AuthActionSpec extends PlaySpec with AuthTestSupport with BeforeAndAfterEa
withUnAuthorizedInternalId()

val result = await(authenticator.invokeBlock(FakeRequest(), block))
println(result)
result mustBe Unauthorized(
Json.toJson(
ErrorResponse(
Expand All @@ -149,8 +148,6 @@ class AuthActionSpec extends PlaySpec with AuthTestSupport with BeforeAndAfterEa
authorizeWithAffinityGroup(Some(Individual))

val result = await(authenticator.invokeBlock(FakeRequest(), block))
println(result)
println(contentAsJson(Future.successful(result)))
result mustBe Unauthorized(
Json.toJson(
ErrorResponse(
Expand Down

0 comments on commit d8d87ca

Please sign in to comment.