pep8 improvements on bok-choy tests.

This commit is contained in:
Ben Patterson
2014-08-15 17:20:59 -04:00
parent 92fa79dbd0
commit a18660cabd
11 changed files with 11 additions and 14 deletions

View File

@@ -624,7 +624,7 @@ class GroupConfigurationsTest(ContainerBase, SplitTestMixin):
Then I see the group configuration is saved successfully
"""
def try_to_save_and_verify_error_message(message):
# Try to save
# Try to save
config.save()
# Verify that configuration is still in editing mode
self.assertEqual(config.mode, 'edit')