Skip to content

Commit 3dcf3f6

Browse files
authored
fix analysis tool
1 parent 3e85319 commit 3dcf3f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/CLI/modules/autoscale_tests.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ def test_scale_by_up(self):
3333
result = self.run_command(['autoscale', 'scale', '789654123', '--by', '--down', '--amount', '-1'])
3434
self.assert_no_fail(result)
3535

36-
def test_scale_ca(self):
36+
def test_scale_cancel(self):
3737
result = self.run_command(['autoscale', 'scale', '789654123', '--by', '--down', '--amount', '1'])
38+
self.assert_no_fail(result)
3839

3940
def test_autoscale_list(self):
4041
result = self.run_command(['autoscale', 'list'])

0 commit comments

Comments
 (0)