From 3fe4ec2ec5acf184be4375a607ba954cd4cfc73f Mon Sep 17 00:00:00 2001 From: Jitka Halova Date: Thu, 4 Jun 2026 16:31:22 +0200 Subject: [PATCH] Fix replication test for core 3.113 (cherry picked from commit 4481d940387fb087e6c37172ce5fa32f2932f52c) --- pulp_gem/tests/functional/api/test_replicate.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pulp_gem/tests/functional/api/test_replicate.py b/pulp_gem/tests/functional/api/test_replicate.py index 28d9947..55a30b5 100644 --- a/pulp_gem/tests/functional/api/test_replicate.py +++ b/pulp_gem/tests/functional/api/test_replicate.py @@ -55,7 +55,10 @@ def test_replication( pulpcore_bindings.UpstreamPulpsApi, upstream_pulp_body, pulp_domain=replica_domain.name ) # Run the replicate task and assert that all tasks successfully complete. - response = pulpcore_bindings.UpstreamPulpsApi.replicate(upstream_pulp.pulp_href) + response = pulpcore_bindings.UpstreamPulpsApi.replicate( + upstream_pulp.pulp_href, + upstream_pulp_replicate=pulpcore_bindings.module.UpstreamPulpReplicate(), + ) monitor_task_group(response.task_group) for api_client in (