Skip to content

Commit 0136a94

Browse files
jobselkodralley
authored andcommitted
Fix replication test for core 3.113
1 parent 9d40f0c commit 0136a94

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pulp_container/tests/functional/api/test_domains.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,10 @@ def test_domain_content_replication(
366366
pulpcore_bindings.UpstreamPulpsApi, upstream_pulp_body, pulp_domain=replica_domain.name
367367
)
368368
# Run the replicate task and assert that all tasks successfully complete.
369-
response = pulpcore_bindings.UpstreamPulpsApi.replicate(upstream_pulp.pulp_href)
369+
response = pulpcore_bindings.UpstreamPulpsApi.replicate(
370+
upstream_pulp.pulp_href,
371+
upstream_pulp_replicate=pulpcore_bindings.module.UpstreamPulpReplicate(),
372+
)
370373
monitor_task_group(response.task_group)
371374

372375
counts = {}

0 commit comments

Comments
 (0)