From d8d87caec7842d204119b5a5590b0b00b4d52c29 Mon Sep 17 00:00:00 2001 From: RobertLaverick <10117445+RobertLaverick@users.noreply.github.com> Date: Thu, 5 Dec 2024 17:26:02 +0000 Subject: [PATCH] removed printlns --- .../controllers/actions/AuthActionSpec.scala | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/uk/gov/hmrc/excisemovementcontrolsystemapi/controllers/actions/AuthActionSpec.scala b/test/uk/gov/hmrc/excisemovementcontrolsystemapi/controllers/actions/AuthActionSpec.scala index 41f77e80..c33009c8 100644 --- a/test/uk/gov/hmrc/excisemovementcontrolsystemapi/controllers/actions/AuthActionSpec.scala +++ b/test/uk/gov/hmrc/excisemovementcontrolsystemapi/controllers/actions/AuthActionSpec.scala @@ -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( @@ -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(