From 2e320c01b33124276134976292d850d22ca5a845 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 6 Apr 2020 18:19:34 +0300 Subject: [PATCH] Fix test --- tests/commands/test_platform.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/commands/test_platform.py b/tests/commands/test_platform.py index ff30dabb..b2db5d83 100644 --- a/tests/commands/test_platform.py +++ b/tests/commands/test_platform.py @@ -63,7 +63,7 @@ def test_install_from_vcs(clirunner, validate_cliresult, isolated_pio_home): result = clirunner.invoke( cli_platform.platform_install, [ - "https://github.com/platformio/" "platform-espressif8266.git#feature/stage", + "https://github.com/platformio/" "platform-espressif8266.git", "--skip-default-package", ], )