Skip to content
Snippets Groups Projects
Commit 53967614 authored by Erwan Rouchet's avatar Erwan Rouchet
Browse files

:obumpa:

parent d1aeb32f
No related branches found
No related tags found
1 merge request!172update self.config with default user_configuration values
Pipeline #79242 passed
......@@ -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"},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment