mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Added Fuzzy docstrings; make-test now runs doctests in tests/*; fixed 'existant' mispelling
This commit is contained in:
committed by
Rob Crittenden
parent
bf9d4c5984
commit
ab1aba5a9a
@@ -158,7 +158,7 @@ class test_update(object):
|
||||
|
||||
def test_6_update_1(self):
|
||||
"""
|
||||
Test the updater removing a non-existant value from a multi-valued attribute
|
||||
Test the updater removing a non-existent value from a multi-valued attribute
|
||||
"""
|
||||
modified = self.updater.update([self.testdir + "6_update.update"])
|
||||
assert(modified == False)
|
||||
|
||||
Reference in New Issue
Block a user