We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a966751 commit 80582d4Copy full SHA for 80582d4
tests/CLI/modules/account_tests.py
@@ -73,7 +73,7 @@ def test_invoice_detail_csv_output_format(self):
73
self.assertEqual(result_output[0], 'Item Id,Category,Description,Single,Monthly,Create Date,Location')
74
self.assertEqual(result_output[1], '724951323,Private (only) Secondary VLAN IP Addresses,'
75
'64 Portable Private IP Addresses (bleg.beh.com),'
76
- '$0.00,$0.00,2018-04-04T23:15:20-06:00,fra02')
+ '$0.00,$0.00,2018-04-04,fra02')
77
78
# slcli account invoices
79
def test_invoices(self):
0 commit comments