Skip to content

Commit

Permalink
NETWORK-8987 - fixing minor indentation to resolve pep8 error
Browse files Browse the repository at this point in the history
  • Loading branch information
Anjana-Rajagopal committed Nov 9, 2018
1 parent 477c3df commit c408939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CLI/modules/securitygroup_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def test_securitygroup_rule_list(self):
'portRangeMax': None,
'createDate': None,
'modifyDate': None}],
json.loads(result.output))
json.loads(result.output))

def test_securitygroup_rule_add(self):
result = self.run_command(['sg', 'rule-add', '100',
Expand Down

0 comments on commit c408939

Please sign in to comment.