]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
[BZ-1231203] fix invalid path for release keys in test 369/head
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 00:29:06 +0000 (19:29 -0500)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph_deploy/tests/unit/util/test_paths.py

index 15f0956cc579a81a4ab2fe5f474ab8bba5691eeb..64ff9069976a36a24a569c37c21e1bc5d6f8164e 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://download.ceph.com/release.asc"
+        assert result == "http://download.ceph.com/keys/release.asc"