From 2b86d89bb4c20ef51a26eff82d05033d1ffd8bd7 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 15 Nov 2016 21:25:54 -0800 Subject: [PATCH] Fix tplink test --- tests/components/device_tracker/test_tplink.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/components/device_tracker/test_tplink.py b/tests/components/device_tracker/test_tplink.py index da6243e6eff..6c424033a8a 100644 --- a/tests/components/device_tracker/test_tplink.py +++ b/tests/components/device_tracker/test_tplink.py @@ -31,7 +31,7 @@ class TestTplink4DeviceScanner(unittest.TestCase): """Test grabbing the mac addresses from 2.4 and 5 GHz clients pages.""" conf_dict = { CONF_PLATFORM: 'tplink', - CONF_HOST: 'fake_host', + CONF_HOST: 'fake-host', CONF_USERNAME: 'fake_user', CONF_PASSWORD: 'fake_pass' }