fix expected error message in test cases

This commit is contained in:
Dave Dalcino
2022-11-14 19:23:44 -08:00
parent c2487e7be9
commit d73c89a89f
2 changed files with 2 additions and 2 deletions

View File

@@ -1022,7 +1022,7 @@ def test_install_nonexistent_archives(monkeypatch, capsys, cmd, xml_file: Option
"../aqt/settings.ini",
"===========================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.",
Cli.UNHANDLED_EXCEPTION_CODE,
),