Skip to content

Commit

Permalink
Use token constant
Browse files Browse the repository at this point in the history
  • Loading branch information
emontnemery committed Apr 10, 2024
1 parent c5df365 commit 81fed84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ async def test_options_flow(
"sidepanel_icon": "hacs:hacs",
"sidepanel_title": "new_title",
}
assert config_entry.data == {"token": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}
assert config_entry.data == {"token": TOKEN}
assert config_entry.options == {
"appdaemon": True,
"country": "ALL",
Expand Down

0 comments on commit 81fed84

Please sign in to comment.