diff options
Diffstat (limited to 'tests/test_run_pyscript.py')
-rw-r--r-- | tests/test_run_pyscript.py | 2 |
1 files changed, 1 insertions, 1 deletions
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] |