Skip to content

Commit

Permalink
Fix the tests with the latest layout
Browse files Browse the repository at this point in the history
  • Loading branch information
isidentical committed Mar 7, 2022
1 parent ec203b1 commit b5623cc
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions tests/test_cli_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""

Expand All @@ -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
"""

Expand All @@ -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
"""

Expand Down

0 comments on commit b5623cc

Please sign in to comment.