Update _check_mirror()

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
Hiroshi Miura
2019-11-29 13:13:27 +09:00
parent ea79fe6b74
commit f82b336cb0
2 changed files with 7 additions and 7 deletions

View File

@@ -2,8 +2,7 @@ import aqt
def test_cli_help(capsys):
expected = "".join(["show help\n",
"usage: aqt [-h] [--logging-conf LOGGING_CONF] [--logger LOGGER]\n",
expected = "".join(["usage: aqt [-h] [--logging-conf LOGGING_CONF] [--logger LOGGER]\n",
" {install,tool,list,help} ...\n",
"\n",
"Installer for Qt SDK.\n",