Skip to content

Commit

Permalink
remove working comments
Browse files Browse the repository at this point in the history
  • Loading branch information
zxdavb committed Jan 4, 2025
1 parent cdedc93 commit 85a26e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/tests/test_v2_urls_cred.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ async def test_bad3( # bad credentials (refresh token)
("evohome.auth", logging.ERROR, _HINT_CHECK_NETWORK), # Connection refused
]

assert len(rsp.requests) == 1 # , list(rsp.requests.items())[0]
assert len(rsp.requests) == 1

# response 0: invalid_grant (bad refresh token)
rsp.assert_any_call(
Expand Down Expand Up @@ -276,7 +276,6 @@ async def test_good( # good credentials
]

assert len(rsp.requests) == 2 # noqa: PLR2004
# , list(rsp.requests.items())[0]

# response 0: Successful authentication
rsp.assert_called_with(
Expand Down

0 comments on commit 85a26e8

Please sign in to comment.