From: Nathan Cutler Date: Sat, 21 Jul 2018 15:00:10 +0000 (+0200) Subject: tools: ceph-detect-init: fix harmless typo in unit tests X-Git-Tag: v12.2.13~129^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0b1771b7544c332123876bf127164e99ede17009;p=ceph.git tools: ceph-detect-init: fix harmless typo in unit tests typo was introduced by 12d94cae2a06fd2ae39379e233588be99bff91de This commit is not cherry-picked because ceph-detect-init has been dropped in master. Signed-off-by: Nathan Cutler (cherry picked from commit 5d165696ca390f1fe02b312464bb6e928ced2a5a) --- diff --git a/src/ceph-detect-init/tests/test_all.py b/src/ceph-detect-init/tests/test_all.py index 52334e6756e..dfdf16b2c0c 100644 --- a/src/ceph-detect-init/tests/test_all.py +++ b/src/ceph-detect-init/tests/test_all.py @@ -422,7 +422,7 @@ HOME_URL="https://www.opensuse.org/" self.assertEqual('42.3', ceph_detect_init._extract_from_os_release( os_release_opensuse_42_3, 'VERSION_ID')) os_release_opensuse_15_0 = """ -ME="openSUSE Leap" +NAME="openSUSE Leap" VERSION="15.0" ID="opensuse-leap" ID_LIKE="suse opensuse"