Skip to content

Commit 4790190

Browse files
NETWORK-8987 - fixing minor indentation to resolve pep8 error
2 parents 2e94a7b + c408939 commit 4790190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CLI/modules/securitygroup_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def test_securitygroup_rule_list(self):
121121
'portRangeMax': None,
122122
'createDate': None,
123123
'modifyDate': None}],
124-
json.loads(result.output))
124+
json.loads(result.output))
125125

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

0 commit comments

Comments
 (0)