pull/1026/merge
Fabian Affolter 2016-02-01 11:49:44 +01:00
parent 395743005a
commit e29a2fa45a
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ def _url(path=""):
@patch('homeassistant.components.http.util.get_local_ip',
return_value='127.0.0.1')
def setUpModule(mock_get_local_ip): # pylint: disable=invalid-name
""" Initalizes a Home Assistant server. """
""" Initializes a Home Assistant server. """
global hass
hass = ha.HomeAssistant()