]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
[rhcs-v1.5.27-stable] [BZ-1231203] fix invalid path for release keys in test
authorAlfredo Deza <adeza@redhat.com>
Tue, 3 Nov 2015 18:57:53 +0000 (13:57 -0500)
committerAlfredo Deza <adeza@redhat.com>
Wed, 4 Nov 2015 16:03:53 +0000 (11:03 -0500)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 593036273b475e0232da96e5c59b39ad5e9dad86)

ceph_deploy/tests/unit/util/test_paths.py

index 1f95dad486ef242a7a1b2eaf5d093f4864ad4cd4..78cf08380c21a7f55edba024f181199d2de5ccc5 100644 (file)
@@ -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"