From a185638f80cfb2b8e98a4fe45748801aebef2d3c Mon Sep 17 00:00:00 2001 From: Konstantin Pavlov <{ID}+{username}@users.noreply.github.com> Date: Sun, 10 Nov 2024 11:17:14 +0200 Subject: [PATCH] update doc --- docs/Wiremock.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Wiremock.md b/docs/Wiremock.md index 65696a4..be99f1e 100644 --- a/docs/Wiremock.md +++ b/docs/Wiremock.md @@ -489,7 +489,7 @@ class UserTests { } ``` -### 5. Manage Multiple Singleton Mocks +### 7. Manage Multiple Singleton Mocks When your application interacts with multiple services, organize related mocks together: @@ -524,7 +524,7 @@ class IntegrationTests { } ``` -### 6. Verify Unmatched Requests +### 8. Verify Unmatched Requests Always verify there are no unmatched requests after each test to: Detect missing or incorrectly configured stubs