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 d595e27 commit 97b7b5a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/test_skills_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,9 @@ def setUpClass(cls) -> None:
importlib.reload(ovos_config.config)
importlib.reload(ovos_config)

meta = ovos_config.meta.get_ovos_config()
assert meta['default_config_path'].endswith('neon.yaml')

from neon_core.skills.intent_service import NeonIntentService
cls.intent_service = NeonIntentService(cls.bus)
assert set(cls.intent_service.config['utterance_transformers'].keys()) \
Expand Down

0 comments on commit 97b7b5a

Please sign in to comment.