Skip to content

Commit

Permalink
Fix link til Wiremock
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperg committed Nov 20, 2023
1 parent f194fd4 commit 0b89639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/request_mocking_wiremock.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ reduce the usefulness of this state. Development may change it once a
reservation is deleted. Time affects where a loan is current or overdue.

With all this in mind it is useful for us to be able to recreate specific
states. We do so using [Wiremock](https://https://wiremock.org/). Wiremock
states. We do so using [Wiremock](https://wiremock.org/). Wiremock
is a system which allows us to mock external APIs. It can be configured or
instrumented to return predefined responses given predefined requests.

Expand Down

0 comments on commit 0b89639

Please sign in to comment.