diff --git a/tests/tests/test_v0_urls_cred.py b/tests/tests/test_v0_urls_cred.py index 460bb56..358e808 100644 --- a/tests/tests/test_v0_urls_cred.py +++ b/tests/tests/test_v0_urls_cred.py @@ -23,7 +23,7 @@ MSG_INVALID_SESSION: Final = ( - "The session_id appears invalid (will re-authenticate): " + "The session_id has been rejected (will re-authenticate): " "GET https://tccna.resideo.com/WebAPI/api/accountInfo: " '401 Unauthorized, response=[{"code": "Unauthorized", "message": "Unauthorized"}]' ) diff --git a/tests/tests/test_v2_urls_cred.py b/tests/tests/test_v2_urls_cred.py index a4bcd3a..0e8a0d2 100644 --- a/tests/tests/test_v2_urls_cred.py +++ b/tests/tests/test_v2_urls_cred.py @@ -23,7 +23,7 @@ MSG_INVALID_TOKEN: Final = ( - "The access_token appears invalid (will re-authenticate): " # noqa: S105 + "The access_token has been rejected (will re-authenticate): " # noqa: S105 "GET https://tccna.resideo.com/WebAPI/emea/api/v1/userAccount: " '401 Unauthorized, response=[{"code": "Unauthorized", "message": "Unauthorized"}]' )