From ea1716ad0c43ce0c2c354836dbc36e4ae419afb6 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Sat, 15 Jun 2019 10:13:12 -0400 Subject: Fix unit test failures I introduced in last commit --- tests/test_run_pyscript.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_run_pyscript.py') diff --git a/tests/test_run_pyscript.py b/tests/test_run_pyscript.py index c8b44271..9eb33b31 100644 --- a/tests/test_run_pyscript.py +++ b/tests/test_run_pyscript.py @@ -88,4 +88,4 @@ def test_run_pyscript_stop(base_app, request): def test_pyscript_deprecated(base_app): """Delete this when pyscript alias is removed""" _, err = run_cmd(base_app, "pyscript fake") - assert "pyscript has been renamed and will be removed" in err[0] + assert "pyscript has been renamed and will be removed" in err[-1] -- cgit v1.2.1