Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zxdavb committed Jan 4, 2025
1 parent ea419ff commit 9a2e4d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/tests/test_v0_urls_cred.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"}]'
)
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/test_v2_urls_cred.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"}]'
)
Expand Down

0 comments on commit 9a2e4d9

Please sign in to comment.