mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 07:07:28 +00:00
Fix broken remote test
This commit is contained in:
parent
8568773e7d
commit
19fae75669
@ -20,7 +20,7 @@ HTTP_BASE_URL = "http://127.0.0.1:{}".format(MASTER_PORT)
|
|||||||
|
|
||||||
HA_HEADERS = {HTTP_HEADER_HA_AUTH: API_PASSWORD}
|
HA_HEADERS = {HTTP_HEADER_HA_AUTH: API_PASSWORD}
|
||||||
|
|
||||||
broken_api = remote.API('127.0.0.1', BROKEN_PORT)
|
broken_api = remote.API('127.0.0.1', "bladiebla")
|
||||||
hass, slave, master_api = None, None, None
|
hass, slave, master_api = None, None, None
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user