diff --git a/app/uk/gov/hmrc/agentclientrelationships/connectors/GovernmentGatewayProxyConnector.scala b/app/uk/gov/hmrc/agentclientrelationships/connectors/GovernmentGatewayProxyConnector.scala index e7e9ce29..c7335927 100644 --- a/app/uk/gov/hmrc/agentclientrelationships/connectors/GovernmentGatewayProxyConnector.scala +++ b/app/uk/gov/hmrc/agentclientrelationships/connectors/GovernmentGatewayProxyConnector.scala @@ -93,7 +93,7 @@ class GovernmentGatewayProxyConnector @Inject()(@Named("government-gateway-proxy .toString() private def GsoAdminGetUserDetailsXmlInput(credentialIdentifier: String): String = - + HMRC {credentialIdentifier} .toString() diff --git a/it/uk/gov/hmrc/agentrelationships/stubs/GovernmentGatewayProxyStubs.scala b/it/uk/gov/hmrc/agentrelationships/stubs/GovernmentGatewayProxyStubs.scala index 4427a7c6..5e47e67e 100644 --- a/it/uk/gov/hmrc/agentrelationships/stubs/GovernmentGatewayProxyStubs.scala +++ b/it/uk/gov/hmrc/agentrelationships/stubs/GovernmentGatewayProxyStubs.scala @@ -64,7 +64,7 @@ trait GovernmentGatewayProxyStubs { .willReturn(aResponse() .withBody( s""" - | + | | Some Agency | | @@ -84,7 +84,7 @@ trait GovernmentGatewayProxyStubs { .willReturn(aResponse() .withBody( s""" - | + | | |""".stripMargin))) this