diff --git a/tests/conftest.py b/tests/conftest.py
index b7b3fc03945734f8ada23b7ebcca19aa26ee1e1a..ab72a9ee875249ebb6afcafa8b9c4cd993d67d2a 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -149,7 +149,10 @@ def mock_worker_version_api(responses):
 
 @pytest.fixture
 def mock_worker_version_user_configuration_api(responses):
-    """Provide a mock API response to get worker configuration"""
+    """
+    Provide a mock API response to get a worker configuration
+    that includes a `user_configuration`
+    """
     payload = {
         "worker": {"id": "1234", "name": "Workerino", "slug": "workerino"},
         "revision": {"hash": "1234lala-lalalalala-lala"},