From: Alfredo Deza Date: Tue, 3 Nov 2015 18:57:53 +0000 (-0500) Subject: [BZ-1231203] fix invalid path for release keys in test X-Git-Tag: v1.5.29~5^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=593036273b475e0232da96e5c59b39ad5e9dad86;p=ceph-deploy.git [BZ-1231203] fix invalid path for release keys in test Signed-off-by: Alfredo Deza --- diff --git a/ceph_deploy/tests/unit/util/test_paths.py b/ceph_deploy/tests/unit/util/test_paths.py index 15f0956..64ff906 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://download.ceph.com/release.asc" + assert result == "http://download.ceph.com/keys/release.asc"