Skip to content

Commit 486dceb

Browse files
committed
Stop tls validation in replicate test
1 parent 8cfb35c commit 486dceb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pulp_gem/tests/functional/api/test_replicate.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ def test_replication(
4848
"domain": source_domain.name,
4949
"username": bindings_cfg.username,
5050
"password": bindings_cfg.password,
51+
"tls_validation": False,
5152
}
5253
upstream_pulp = gen_object_with_cleanup(
5354
pulpcore_bindings.UpstreamPulpsApi, upstream_pulp_body, pulp_domain=replica_domain.name

0 commit comments

Comments
 (0)