Skip to content

Commit 1926534

Browse files
caberoscaberos
authored andcommitted
fix tox tool
1 parent a11149b commit 1926534

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/CLI/modules/vs/vs_create_tests.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -647,8 +647,7 @@ def test_create_with_ipv6(self, confirm_mock):
647647
'datacenter': {
648648
'name': 'TEST00'
649649
}
650-
},
651-
)
650+
},)
652651
self.assert_called_with('SoftLayer_Virtual_Guest', 'generateOrderTemplate', args=args)
653652
self.assertEqual([], self.calls('SoftLayer_Virtual_Guest', 'setTags'))
654653

0 commit comments

Comments
 (0)