Skip to content

Commit

Permalink
BAU — Remove references to mountebank
Browse files Browse the repository at this point in the history
Per https://github.com/bbyars/mountebank mountebank is no longer
maintained and the mbtest.org domain is no longer controlled by
the project so remove references to it (we still suggest WireMock).
  • Loading branch information
alexbishop1 committed Feb 21, 2025
1 parent d70278d commit 824519b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/testing_govuk_pay/index.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ You can use your test account to:
- explore how the GOV.UK Pay API works
- run automated [smoke tests](https://www.gov.uk/service-manual/technology/deploying-software-regularly#using-smoke-tests-after-you-deploy)

Do not use your test account for automated integration tests that run every time you change your code. Build a ‘stub’ to simulate the GOV.UK Pay API instead, using a tool like [WireMock](http://wiremock.org/) or [mountebank](http://www.mbtest.org/).
Do not use your test account for automated integration tests that run every time you change your code. Build a ‘stub’ to simulate the GOV.UK Pay API instead, using a tool like [WireMock](https://wiremock.org/).

## Testing the whole user journey

Expand Down

0 comments on commit 824519b

Please sign in to comment.