diff --git a/tests/api_workflow/mocked_api_workflow_client.py b/tests/api_workflow/mocked_api_workflow_client.py index feca8701f..ae36953fa 100644 --- a/tests/api_workflow/mocked_api_workflow_client.py +++ b/tests/api_workflow/mocked_api_workflow_client.py @@ -883,7 +883,7 @@ def create_docker_worker_config(self, body, **kwargs): def create_docker_worker_config_v3(self, body, **kwargs): assert isinstance(body, DockerWorkerConfigV3CreateRequest) return CreateEntityResponse(id=utils.generate_id()) - + def create_docker_worker_config_vx(self, body, **kwargs): assert isinstance(body, DockerWorkerConfigOmniVXCreateRequest) return CreateEntityResponse(id=utils.generate_id())