Skip to content

Commit

Permalink
Merge pull request #4126 from alphagov/bau-fix-flaky-test
Browse files Browse the repository at this point in the history
BAU Fix flaky test
  • Loading branch information
stephencdaly authored Sep 14, 2023
2 parents 36f7e3b + 4557862 commit c9a2b78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ describe('connector client - get single charge', () => {
const response = chargeFixture.validGetChargeResponse(opts)

before(() => {
provider.addInteraction(
return provider.addInteraction(
new PactInteractionBuilder(`${ACCOUNTS_RESOURCE}/${existingGatewayAccountId}/charges/${existingChargeExternalId}`)
.withUponReceiving('a valid get charge request')
.withState(defaultState)
Expand Down

0 comments on commit c9a2b78

Please sign in to comment.