Skip to content

Commit

Permalink
Merge pull request #965 from hmrc/DL-8837-2
Browse files Browse the repository at this point in the history
add white space
  • Loading branch information
scott-goodwin authored Dec 8, 2022
2 parents a85f933 + 61696bf commit 90d989e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/v1/constants/FinancialDataConstants.scala
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ object FinancialDataConstants {

def financialDataUrlWithConfig(vrn: String = vrn)(implicit appConfig: AppConfig): String = appConfig.penaltiesBaseUrl + s"/penalties/penalty/financial-data/VRN/$vrn/VATC?searchType=CHGREF&searchItem=${searchItem}&includeClearedItems=true&includeStatistical=false&includePaymentOnAccount=true&addRegimeTotalisation=false&addLockInformation=false&addPenaltyDetails=false&addPostedInterestDetails=true&addAccruingInterestDetails=true"


val testDownstreamFinancialDetailsNoDocumentDetails: JsValue = {
Json.parse(
"""{
Expand Down

0 comments on commit 90d989e

Please sign in to comment.