Skip to content

Commit 8a6cf5e

Browse files
author
caberos
committed
fix tox tool
1 parent 00cc11f commit 8a6cf5e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/CLI/modules/firewall_tests.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,3 @@ def test_add_server(self, confirm_mock):
5252
result = self.run_command(['firewall', 'add', '1000', '--firewall-type=server'])
5353
self.assert_no_fail(result)
5454
self.assertIn("Firewall is being created!", result.output)
55-
56-
def test_add_server_fail(self):
57-
result = self.run_command(['firewall', 'add', '1000', '--firewall-type=server'])
58-
self.assertEqual(result.exit_code, 2)
59-
self.assertIsInstance(result.exception, exceptions.CLIAbort)

0 commit comments

Comments
 (0)