905100a189
* Disambiguate HTTPUnauthorized on user/password validation The HA core API usually returns 401 when the request does not have proper authentication tokens or they have expired. However the user/password validation endpoint may also return 401 when the given user/password is invalid. The supervisor is currently unable to distinguish both scenarios, and it needs to. See https://github.com/home-assistant/supervisor/issues/2408 * Return 404 if user& password are not found/valid * Fix test for invalid user/password |
||
---|---|---|
.. | ||
__init__.py | ||
conftest.py | ||
test_addon_panel.py | ||
test_auth.py | ||
test_discovery.py | ||
test_handler.py | ||
test_http.py | ||
test_ingress.py | ||
test_init.py | ||
test_system_health.py |