Skip to content

Commit 6c12de3

Browse files
Update securitygroup_tests.py
Adding createDate and modifyDate as params to test_securitygroup_rule_list to fix error
1 parent 3faaa7d commit 6c12de3

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

tests/CLI/modules/securitygroup_tests.py

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

124127
def test_securitygroup_rule_add(self):

0 commit comments

Comments
 (0)