We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7e903b commit 0f1822dCopy full SHA for 0f1822d
docs/quickstart.md
@@ -58,7 +58,7 @@ def wiremock_server():
58
59
## Write your first test with WireMock
60
61
-Use the `wm_server` fixture in your tests and make requests against the mock server.
+Use the `wiremock_server` fixture in your tests and make requests against the mock server.
62
Add the following test to the `test.py` file:
63
64
```python
0 commit comments