Fix broken remote test
This commit is contained in:
parent
8568773e7d
commit
19fae75669
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue