Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
awarecan committed Jul 21, 2018
1 parent 77788d2 commit d33838f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/auth/providers/test_homeassistant.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ async def test_new_users_populate_values(hass, data):

manager = await auth_manager_from_config(hass, [{
'type': 'homeassistant'
}])
}], [])
provider = manager.auth_providers[0]
credentials = await provider.async_get_or_create_credentials({
'username': 'hello'
Expand Down

0 comments on commit d33838f

Please sign in to comment.