From 72a18125ee4e997ce02d5a703e9dd93a177da6f8 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sat, 10 Sep 2016 19:07:24 +0300 Subject: [PATCH] Fix test --- tests/commands/test_platform.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/commands/test_platform.py b/tests/commands/test_platform.py index ec618a90..2c38e41d 100644 --- a/tests/commands/test_platform.py +++ b/tests/commands/test_platform.py @@ -83,8 +83,7 @@ def test_complex(clirunner, validate_cliresult): validate_cliresult(result) assert all([ s in result.output - for s in ("teensy", "Downloading", "Unpacking", - "tool-scons") + for s in ("teensy", "Downloading", "Unpacking") ]) # show platform information