Skip to content

Commit

Permalink
Fix - Turned off use secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
davidusb-geek committed Oct 3, 2022
1 parent bf7a07f commit cb2988e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_forecast.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class TestForecast(unittest.TestCase):
def setUp(self):
self.get_data_from_file = True
params = None
retrieve_hass_conf, optim_conf, plant_conf = get_yaml_parse(pathlib.Path(root+'/config_emhass.yaml'), use_secrets=True)
retrieve_hass_conf, optim_conf, plant_conf = get_yaml_parse(pathlib.Path(root+'/config_emhass.yaml'), use_secrets=False)
self.retrieve_hass_conf, self.optim_conf, self.plant_conf = \
retrieve_hass_conf, optim_conf, plant_conf
self.rh = retrieve_hass(self.retrieve_hass_conf['hass_url'], self.retrieve_hass_conf['long_lived_token'],
Expand Down

0 comments on commit cb2988e

Please sign in to comment.