diff options
author | Batuhan Taskaya <isidentical@gmail.com> | 2022-03-07 19:01:37 +0300 |
---|---|---|
committer | Batuhan Taskaya <isidentical@gmail.com> | 2022-03-07 19:16:51 +0300 |
commit | b5623ccc8797312de60e4ca37dea249fa0a1ea39 (patch) | |
tree | 8956a2f25b61d03be8531618e243f299b63f93e9 | |
parent | ec203b1face4fb7e606a60880b6e80b4051bc41c (diff) |
Fix the tests with the latest layout
-rw-r--r-- | tests/test_cli_ui.py | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/tests/test_cli_ui.py b/tests/test_cli_ui.py index 35faf37f..760077a4 100644 --- a/tests/test_cli_ui.py +++ b/tests/test_cli_ui.py @@ -18,9 +18,8 @@ usage: error: the following arguments are required: URL -For more information: - - Try running http --help - - Or visiting https://httpie.io/docs/cli +for more information: + run 'http --help' or visit https://httpie.io/docs/cli """ @@ -31,9 +30,8 @@ usage: error: argument --pretty: expected one argument -For more information: - - Try running http --help - - Or visiting https://httpie.io/docs/cli +for more information: + run 'http --help' or visit https://httpie.io/docs/cli """ @@ -44,9 +42,8 @@ usage: error: argument --pretty: invalid choice: '$invalid' (choose from 'all', 'colors', 'format', 'none') -For more information: - - Try running http --help - - Or visiting https://httpie.io/docs/cli +for more information: + run 'http --help' or visit https://httpie.io/docs/cli """ |