Skip to content

Commit 80582d4

Browse files
caberoscaberos
authored andcommitted
fix tox tool
1 parent a966751 commit 80582d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CLI/modules/account_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def test_invoice_detail_csv_output_format(self):
7373
self.assertEqual(result_output[0], 'Item Id,Category,Description,Single,Monthly,Create Date,Location')
7474
self.assertEqual(result_output[1], '724951323,Private (only) Secondary VLAN IP Addresses,'
7575
'64 Portable Private IP Addresses (bleg.beh.com),'
76-
'$0.00,$0.00,2018-04-04T23:15:20-06:00,fra02')
76+
'$0.00,$0.00,2018-04-04,fra02')
7777

7878
# slcli account invoices
7979
def test_invoices(self):

0 commit comments

Comments
 (0)