mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Fix deprecation warning in test (#25506)
This commit is contained in:
parent
0df1bb5029
commit
297cd3dc13
@ -269,7 +269,7 @@ class HomeAssistantHTTP:
|
||||
for the redirect, otherwise it has to be a string with placeholders in
|
||||
rule syntax.
|
||||
"""
|
||||
def redirect(request):
|
||||
async def redirect(request):
|
||||
"""Redirect to location."""
|
||||
raise HTTPMovedPermanently(redirect_to)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user