Skip to content

Commit 86b44ad

Browse files
authored
Merge pull request #2387 from pulp/patchback/backports/2.27/0136a942a93967fb9322ae36b70439dc529864e5/pr-2386
[PR #2386/0136a942 backport][2.27] Fix replication test for core 3.113
2 parents 35918af + 40ddd8b commit 86b44ad

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)