From: Alfredo Deza Date: Tue, 3 Nov 2015 18:57:53 +0000 (-0500) Subject: [rhcs-v1.5.27-stable] [BZ-1231203] fix invalid path for release keys in test X-Git-Tag: v1.5.27.3~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=afa9feded207f2db9d9471078266b8af2cfbea58;p=ceph-deploy.git [rhcs-v1.5.27-stable] [BZ-1231203] fix invalid path for release keys in test Signed-off-by: Alfredo Deza (cherry picked from commit 593036273b475e0232da96e5c59b39ad5e9dad86) --- diff --git a/ceph_deploy/tests/unit/util/test_paths.py b/ceph_deploy/tests/unit/util/test_paths.py index 1f95dad..78cf083 100644 --- a/ceph_deploy/tests/unit/util/test_paths.py +++ b/ceph_deploy/tests/unit/util/test_paths.py @@ -47,4 +47,4 @@ class TestMonPaths(object): def test_gpg_url_http(self): result = paths.gpg.url('release', protocol="http") - assert result == "http://git.ceph.com/?p=ceph.git;a=blob_plain;f=keys/release.asc" + assert result == "http://download.ceph.com/keys/release.asc"