diff --git a/py-scripts/testgroup.py b/py-scripts/testgroup.py index 16dc93d8..69b91ad5 100755 --- a/py-scripts/testgroup.py +++ b/py-scripts/testgroup.py @@ -64,7 +64,7 @@ class TestGroup(LFCliBase): if self.tg_action == 'del': print("Removing %s" % self.tg_profile.group_name) if self.tg_profile.check_group_exists(): - self.tg_profile.remove_group() + self.tg_profile.rm_group() else: print("%s not found, no action taken" % self.tg_profile.group_name)