The VK tests were failing on mycroft-skills. It was due to the pre-answer filler dialog being removed from the response but not from the test.
This has been removed as the Skill answers very quickly by itself and feedback from users has been to not have this where possible. Given the whole system is now much faster, I think we can reduce the use of these a lot.
It also does a minor refactor to re-use the existing articles.list instead of having these english words hard-coded in the Skill code.
Description
The VK tests were failing on mycroft-skills. It was due to the pre-answer filler dialog being removed from the response but not from the test.
This has been removed as the Skill answers very quickly by itself and feedback from users has been to not have this where possible. Given the whole system is now much faster, I think we can reduce the use of these a lot.
It also does a minor refactor to re-use the existing
articles.list
instead of having these english words hard-coded in the Skill code.Type of PR
Testing
Run the VK tests.