Skip to content

Commit e2f515c

Browse files
committed
test: fix date format used with account helper operation
1 parent 778e64b commit e2f515c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/test_enterprise_management_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def test_07_get_activate_subscription_payload(self):
188188
'state': 'ACTIVE',
189189
'payment_method': {
190190
'start_date': '2020-03-01T07:00:00.000Z',
191-
'end_date': '2020-11-30T08:00:00.000'
191+
'end_date': '2020-11-30T08:00:00.000Z'
192192
},
193193
'subscription_amount': 100,
194194
'quantity': 10,

0 commit comments

Comments
 (0)