Skip to content

Commit

Permalink
Fix flake8 for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaludy committed Jul 10, 2018
1 parent cd03891 commit f4dbebe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion st2common/tests/unit/test_util_secrets.py
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,7 @@

################################################################################


class SecretUtilsTestCase(unittest2.TestCase):

def test_get_secret_parameters_flat(self):
Expand Down Expand Up @@ -978,7 +979,7 @@ def test_mask_secret_parameters_secret_object(self):
self.assertEqual(expected, result)

def test_mask_secret_parameters_secret_root_array(self):
parameters = [
parameters = [
"abc",
123,
True
Expand Down

0 comments on commit f4dbebe

Please sign in to comment.