Add www. to all documentation links (#32063)
* Add www. to all documentation links * Fix broken redirect uri test
This commit is contained in:
parent
3385893b77
commit
b41cbe9885
11 changed files with 15 additions and 14 deletions
|
@ -169,7 +169,8 @@ async def test_find_link_tag_max_size(hass, mock_session):
|
|||
|
||||
|
||||
@pytest.mark.parametrize(
|
||||
"client_id", ["https://home-assistant.io/android", "https://home-assistant.io/iOS"]
|
||||
"client_id",
|
||||
["https://www.home-assistant.io/android", "https://www.home-assistant.io/iOS"],
|
||||
)
|
||||
async def test_verify_redirect_uri_android_ios(client_id):
|
||||
"""Test that we verify redirect uri correctly for Android/iOS."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue