Skip to content

Commit

Permalink
Update test_async_setup_entry.py
Browse files Browse the repository at this point in the history
  • Loading branch information
PeteRager committed Feb 20, 2024
1 parent e6724f7 commit cc7d110
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_async_setup_entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ async def test_async_setup_entry_multiple(hass, caplog):

data = {
"cloud_connection": True,
"email": "pete.rage@rage.com",
"email": "pete._rage@rage.com",
"password": "rage",
"app_id": "homeassistant",
"create_sensors": True,
Expand Down Expand Up @@ -354,7 +354,7 @@ async def test_async_setup_entry_multiple(hass, caplog):
assert manager._poll_interval == 1
assert manager._fast_poll_interval == 0.75
assert manager._fast_poll_count == 5
assert manager.api._username == "pete.rage@rage.com"
assert manager.api._username == "pete._rage@rage.com"
assert manager.api._password == "rage"
assert manager._pii_message_log is False
assert manager._message_debug_logging is True
Expand Down

0 comments on commit cc7d110

Please sign in to comment.