From 19fae75669e9319e67701f8e8882b214d69fa16c Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Mon, 8 Aug 2016 09:11:15 -0700 Subject: [PATCH] Fix broken remote test --- tests/test_remote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_remote.py b/tests/test_remote.py index 8820d01b9be..873fa423568 100644 --- a/tests/test_remote.py +++ b/tests/test_remote.py @@ -20,7 +20,7 @@ HTTP_BASE_URL = "http://127.0.0.1:{}".format(MASTER_PORT) 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