summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/unittest/test_groups.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/unittest/test_groups.py b/test/unittest/test_groups.py
index 35c5a8f..9e1702c 100644
--- a/test/unittest/test_groups.py
+++ b/test/unittest/test_groups.py
@@ -98,8 +98,7 @@ class TestGroupsBase(object):
self.test_dict["home_group"].extend(["bloop","woop","zoo"])
result = self.minions.group_class.get_groups()
assert self.test_dict == result
-
- #add one for save
+ #add one for save
self.minions.group_class.add_host_list("home_group",["hey.com"],save = True)
result = self.minions.group_class.get_groups()
assert result == self.util_save_change()