Skip to content

Commit

Permalink
Update test_config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
robmarkcole committed Dec 31, 2019
1 parent 01cb74d commit 564900b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def test_load_hass_config():

configuration = config.load_hass_config(tmpdir)

# assert configuration['mock_secret'] == 'test-other-secret' # TODO: fix
assert configuration['mock_secret'] == 'test-other-secret' # TODO: fix
assert configuration['included'] == {'some': 'value'}


Expand Down

0 comments on commit 564900b

Please sign in to comment.