diff options
Diffstat (limited to 'source4/scripting/python/samba/tests/hostconfig.py')
-rw-r--r-- | source4/scripting/python/samba/tests/hostconfig.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/samba/tests/hostconfig.py b/source4/scripting/python/samba/tests/hostconfig.py index 8f42a2b6529..85cb1df0c15 100644 --- a/source4/scripting/python/samba/tests/hostconfig.py +++ b/source4/scripting/python/samba/tests/hostconfig.py @@ -63,7 +63,7 @@ class ShareTests(TestCase): shares = self._get_shares({"global": {}}) self.assertEquals(0, len(shares)) - def test_getitem_nonexistant(self): + def test_getitem_nonexistent(self): shares = self._get_shares({"global": {}}) self.assertRaises(KeyError, shares.__getitem__, "bla") |