This commit is contained in:
Ivan Kravets
2018-02-13 01:34:24 +02:00
parent acefc8d276
commit 591e876660
13 changed files with 68 additions and 68 deletions

View File

@@ -270,7 +270,7 @@ def test_lib_stats(clirunner, validate_cliresult):
validate_cliresult(result)
assert all([
s in result.output
for s in ("UPDATED", "POPULAR", "http://platformio.org/lib/show")
for s in ("UPDATED", "POPULAR", "https://platformio.org/lib/show")
])
result = clirunner.invoke(cmd_lib, ["stats", "--json-output"])