Skip to content

Commit 0f1822d

Browse files
committed
Fix the fixture name
1 parent d7e903b commit 0f1822d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quickstart.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def wiremock_server():
5858

5959
## Write your first test with WireMock
6060

61-
Use the `wm_server` fixture in your tests and make requests against the mock server.
61+
Use the `wiremock_server` fixture in your tests and make requests against the mock server.
6262
Add the following test to the `test.py` file:
6363

6464
```python

0 commit comments

Comments
 (0)