mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 04:50:05 +00:00
Fix auth for hass.io (#17318)
* Update test_auth.py * Update auth.py * Update test_auth.py
This commit is contained in:
@@ -50,7 +50,7 @@ async def test_login_error(hass, hassio_client):
|
||||
)
|
||||
|
||||
# Check we got right response
|
||||
assert resp.status == 401
|
||||
assert resp.status == 403
|
||||
mock_login.assert_called_with("test", "123456")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user