Skip to content

Commit

Permalink
Troubleshoot new test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed May 31, 2024
1 parent d24db79 commit 7ab44da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ ovos-lingua-franca~=0.4
ovos_utils~=0.0,>=0.0.35
geopy~=2.1
ovos-config~=0.0.9
ovos-workshop~=0.0.15
#ovos-workshop~=0.0.15
ovos-workshop @ git+https://github.com/openvoiceos/ovos-workshop@FIX_MycroftSkillCompat
2 changes: 1 addition & 1 deletion tests/neon_skill_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ def is_valid(_):
test_results["validator"] = True
return False

on_fail = Mock()
on_fail = Mock(return_value="fail")

def skill_response_thread(s: MycroftSkill, idx: str):
resp = s.get_response(test_dialog, validator=is_valid,
Expand Down

0 comments on commit 7ab44da

Please sign in to comment.