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 00cc11f commit 8a6cf5eCopy full SHA for 8a6cf5e
tests/CLI/modules/firewall_tests.py
@@ -52,8 +52,3 @@ def test_add_server(self, confirm_mock):
52
result = self.run_command(['firewall', 'add', '1000', '--firewall-type=server'])
53
self.assert_no_fail(result)
54
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