From 593036273b475e0232da96e5c59b39ad5e9dad86 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Tue, 3 Nov 2015 13:57:53 -0500 Subject: [PATCH] [BZ-1231203] fix invalid path for release keys in test Signed-off-by: Alfredo Deza --- ceph_deploy/tests/unit/util/test_paths.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.3