From 58edb5b84060d66a8087efa0712fb3acb1c7adf8 Mon Sep 17 00:00:00 2001 From: Bert Blommers Date: Fri, 17 Jun 2022 21:31:46 +0000 Subject: [PATCH] Update index.rst --- docs/docs/services/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/services/index.rst b/docs/docs/services/index.rst index 80c55065e..34d4fa3d3 100644 --- a/docs/docs/services/index.rst +++ b/docs/docs/services/index.rst @@ -20,7 +20,7 @@ Note that you can mock multiple services at the same time: .. sourcecode:: python - @mock_all + @mock_all() def test_all_supported_services_at_the_same_time(): ...