From 0b896390c5b80f9429067ca8b7078ff4d8b93cdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Garn=C3=A6s?= Date: Mon, 20 Nov 2023 09:59:52 +0100 Subject: [PATCH] Fix link til Wiremock --- docs/request_mocking_wiremock.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/request_mocking_wiremock.md b/docs/request_mocking_wiremock.md index f8abffafb0..164c4c34d8 100644 --- a/docs/request_mocking_wiremock.md +++ b/docs/request_mocking_wiremock.md @@ -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.