Skip to content

Commit

Permalink
[squash] linter
Browse files Browse the repository at this point in the history
  • Loading branch information
DomBelcher committed Dec 18, 2024
1 parent e9b64d6 commit ded1927
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ describe('Controller: settings/worldpay-details/credentials', () => {

it('should pass context data to the response method', () => {
expect(mockResponse.args[0][3]).to.have.property('backLink').to.equal(
formatSimplifiedAccountPathsFor(paths.simplifiedAccount.settings.worldpayDetails.index, SERVICE_ID, ACCOUNT_TYPE, CREDENTIAL_EXTERNAL_ID)
formatSimplifiedAccountPathsFor(paths.simplifiedAccount.settings.worldpayDetails.index, SERVICE_ID, ACCOUNT_TYPE)
)
})
})
Expand Down

0 comments on commit ded1927

Please sign in to comment.