Skip to content

Commit

Permalink
mister malte
Browse files Browse the repository at this point in the history
  • Loading branch information
japrescott committed Jan 22, 2024
1 parent 26196ad commit e52472a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/api_workflow/mocked_api_workflow_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit e52472a

Please sign in to comment.