diff --git a/tests/commands/test_test.py b/tests/commands/test_test.py index 5147f941..e7086290 100644 --- a/tests/commands/test_test.py +++ b/tests/commands/test_test.py @@ -22,7 +22,7 @@ from platformio import util def test_local_env(): result = util.exec_command(["platformio", "test", "-d", join("examples", "unit-testing", "calculator"), - "-e", "local"]) + "-e", "native"]) if result['returncode'] != 1: pytest.fail(result) assert all(