summaryrefslogtreecommitdiff
path: root/tests/unittests/distros/test_opensuse.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unittests/distros/test_opensuse.py')
-rw-r--r--tests/unittests/distros/test_opensuse.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/unittests/distros/test_opensuse.py b/tests/unittests/distros/test_opensuse.py
index 4ff26102..4a4b266f 100644
--- a/tests/unittests/distros/test_opensuse.py
+++ b/tests/unittests/distros/test_opensuse.py
@@ -6,7 +6,6 @@ from . import _get_distro
class TestopenSUSE(CiTestCase):
-
def test_get_distro(self):
distro = _get_distro("opensuse")
- self.assertEqual(distro.osfamily, 'suse')
+ self.assertEqual(distro.osfamily, "suse")