From b5623ccc8797312de60e4ca37dea249fa0a1ea39 Mon Sep 17 00:00:00 2001 From: Batuhan Taskaya Date: Mon, 7 Mar 2022 19:01:37 +0300 Subject: [PATCH] Fix the tests with the latest layout --- tests/test_cli_ui.py | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/tests/test_cli_ui.py b/tests/test_cli_ui.py index 35faf37f3e..760077a47f 100644 --- a/tests/test_cli_ui.py +++ b/tests/test_cli_ui.py @@ -18,9 +18,8 @@ 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 @@ 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 @@ 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 """