Skip to content

Commit

Permalink
Fix worker pool integration tests
Browse files Browse the repository at this point in the history
set registry_uid
  • Loading branch information
kiendang committed May 16, 2024
1 parent 16bcf91 commit 87861a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/container_workload/pool_image_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def test_pool_launch(
docker_build_result = domain_client.api.services.worker_image.build(
image_uid=worker_image.id,
tag=docker_tag,
pull=False,
registry_uid=external_registry_uid,
)
assert isinstance(docker_build_result, SyftSuccess)

Expand Down Expand Up @@ -236,7 +236,7 @@ def test_pool_image_creation_job_requests(
tag=docker_tag,
config=worker_config,
reason="I want to do some more cool data science with PySyft",
pull_image=False,
registry_uid=external_registry_uid,
)
assert isinstance(request, Request)
assert len(request.changes) == 2
Expand Down

0 comments on commit 87861a3

Please sign in to comment.