Skip to content

Commit b332392

Browse files
NETWORK-8987 - fixing indentations within securitygroup_test to resolve invocation error in build
1 parent 649c8ae commit b332392

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/CLI/modules/securitygroup_tests.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,10 @@ def test_securitygroup_rule_list(self):
118118
'remoteGroupId': None,
119119
'protocol': None,
120120
'portRangeMin': None,
121-
'portRangeMax': None}],
122-
json.loads(result.output))
121+
'portRangeMax': None,
122+
'createDate': None,
123+
'modifyDate': None}],
124+
json.loads(result.output))
123125

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

0 commit comments

Comments
 (0)