mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-18 05:04:38 +03:00
fix expected error message in test cases
This commit is contained in:
@@ -340,7 +340,7 @@ def test_cli_unexpected_error(monkeypatch, capsys):
|
||||
assert err.rstrip().endswith(
|
||||
"===========================PLEASE FILE A BUG REPORT===========================\n"
|
||||
"You have discovered a bug in aqt.\n"
|
||||
"Please file a bug report at https://github.com/miurahr/aqtinstall/issues.\n"
|
||||
"Please file a bug report at https://github.com/miurahr/aqtinstall/issues\n"
|
||||
"Please remember to include a copy of this program's output in your report."
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user