File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1212def test_help_page_for_non_aliased_actions ():
1313 process = exec_test_command (["linode-cli" , "linodes" , "list" , "--help" ])
1414 output = process .stdout .decode ()
15- wrapped_output = textwrap .fill (output , width = 150 ).replace ("\n " , "" )
15+ wrapped_output = textwrap .fill (output , width = 180 ).replace ("\n " , "" )
1616
1717 assert contains_at_least_one_of (
1818 wrapped_output , ["Linodes List" , "List Linodes" ]
@@ -34,7 +34,7 @@ def test_help_page_for_non_aliased_actions():
3434def test_help_page_for_aliased_actions ():
3535 process = exec_test_command (["linode-cli" , "linodes" , "ls" , "--help" ])
3636 output = process .stdout .decode ()
37- wrapped_output = textwrap .fill (output , width = 150 ).replace ("\n " , "" )
37+ wrapped_output = textwrap .fill (output , width = 180 ).replace ("\n " , "" )
3838
3939 assert contains_at_least_one_of (
4040 wrapped_output , ["Linodes List" , "List Linodes" ]
You can’t perform that action at this time.
0 commit comments