Skip to content
Snippets Groups Projects

update self.config with default user_configuration values

Merged ml bonhomme requested to merge default-user-configuration into master
All threads resolved!
1 file
+ 4
1
Compare changes
  • Side-by-side
  • Inline
+ 4
1
@@ -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"},
Loading