Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Jun 30, 2024
1 parent c31f59d commit b39429a
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions test/end2end/session/test_ocp.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,17 +347,11 @@ def wait_for_n_messages(n):
"speak",
"ovos.common_play.search.start",
"enclosure.mouth.think",
"ovos.common_play.search.stop", # any ongoing previous search
"ovos.common_play.query", # movie media type search
# no skills want to search
"ovos.common_play.query", # generic media type fallback
"ovos.common_play.search.stop", # stop any ongoing previous search
"ovos.common_play.query", # generic media type, no movie skills available
# skill searching (generic)
"ovos.common_play.skill.search_start",
"ovos.common_play.query.response",
"ovos.common_play.query.response",
"ovos.common_play.query.response",
"ovos.common_play.query.response",
"ovos.common_play.query.response",
"ovos.common_play.skill.search_end",
"ovos.common_play.search.end",
# no good results
Expand Down

0 comments on commit b39429a

Please sign in to comment.