mirror of
https://github.com/home-assistant/core.git
synced 2025-08-07 06:35:10 +02:00
Fix tplink test
This commit is contained in:
@@ -31,7 +31,7 @@ class TestTplink4DeviceScanner(unittest.TestCase):
|
|||||||
"""Test grabbing the mac addresses from 2.4 and 5 GHz clients pages."""
|
"""Test grabbing the mac addresses from 2.4 and 5 GHz clients pages."""
|
||||||
conf_dict = {
|
conf_dict = {
|
||||||
CONF_PLATFORM: 'tplink',
|
CONF_PLATFORM: 'tplink',
|
||||||
CONF_HOST: 'fake_host',
|
CONF_HOST: 'fake-host',
|
||||||
CONF_USERNAME: 'fake_user',
|
CONF_USERNAME: 'fake_user',
|
||||||
CONF_PASSWORD: 'fake_pass'
|
CONF_PASSWORD: 'fake_pass'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user