From 648e81c235b10f692d0877f14ebce32ade5dff13 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Mon, 9 Dec 2013 10:11:07 -0500 Subject: [PATCH] correct failing test for right mon asok path 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 9e0bb91..76399d9 100644 --- a/ceph_deploy/tests/unit/util/test_paths.py +++ b/ceph_deploy/tests/unit/util/test_paths.py @@ -30,4 +30,4 @@ class TestMonPaths(object): def test_asok(self): result = paths.mon.asok('mycluster', 'myhostname') assert result.startswith('/') - assert result.endswith('mycluster-myhostname.asok') + assert result.endswith('mycluster-mon.myhostname.asok') -- 2.47.3