Update test_auth.py

This commit is contained in:
Paulus Schoutsen 2019-01-11 12:55:23 -08:00 committed by GitHub
parent b81260e912
commit 12d16d9bdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ from unittest.mock import patch, Mock
from homeassistant.const import HTTP_HEADER_HA_AUTH
from homeassistant.exceptions import HomeAssistantError
from tests.common import mock_coro, register_auth_provider
from tests.common import mock_coro
from . import API_PASSWORD