Skip to content

Commit

Permalink
Troubleshooting test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Sep 13, 2024
1 parent d88d52c commit 3cc35b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_skills_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,8 @@ def setUpClass(cls) -> None:
assert meta['default_config_path'].endswith('neon.yaml')
importlib.reload(ovos_config.locations)
assert ovos_config.locations.DEFAULT_CONFIG == meta['default_config_path']
import ovos_config.models
importlib.reload(ovos_config.models)
importlib.reload(ovos_config.config)
importlib.reload(ovos_config)
assert ovos_config.config.Configuration.default.path == meta['default_config_path']
Expand Down

0 comments on commit 3cc35b4

Please sign in to comment.