From 5396761450243367b199eb8cc9b022354a059ee6 Mon Sep 17 00:00:00 2001
From: Erwan Rouchet <rouchet@teklia.com>
Date: Thu, 30 Jun 2022 13:31:29 +0000
Subject: [PATCH] :obumpa:

---
 tests/conftest.py | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/tests/conftest.py b/tests/conftest.py
index b7b3fc03..ab72a9ee 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"},
-- 
GitLab