Skip to content

Commit

Permalink
tools: ceph-detect-init: fix harmless typo in unit tests
Browse files Browse the repository at this point in the history
typo was introduced by 12d94ca

This commit is not cherry-picked because ceph-detect-init has been dropped in
master.

Signed-off-by: Nathan Cutler <ncutler@suse.com>
  • Loading branch information
smithfarm committed Jul 21, 2018
1 parent 07bff85 commit 5d16569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ceph-detect-init/tests/test_all.py
Expand Up @@ -422,7 +422,7 @@ def test_extract_from_os_release(self):
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"
Expand Down

0 comments on commit 5d16569

Please sign in to comment.