Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Jan 10, 2025
1 parent bd7abf7 commit 56635be
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions test/end2end/session/test_ocp.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,6 @@ def wait_for_n_messages(n):
"ovos.common_play.search.end",
# no good results
"ovos.common_play.reset",

# TODO - this is now matching ??
# "add_context",
# "ovos.common_play.play",
# "ovos.common_play.search.populate",
"speak", # error,
"ovos.utterance.handled" # handle_utterance returned (intent service)
]
Expand Down Expand Up @@ -151,8 +146,6 @@ def wait_for_n_messages(n):
"ovos.common_play.search.end",
"ovos.common_play.reset",

# TODO - it is matching here now?

"speak", # nothing to play
"ovos.utterance.handled" # handle_utterance returned (intent service)
]
Expand Down Expand Up @@ -366,8 +359,6 @@ def wait_for_n_messages(n):
# no good results
"ovos.common_play.reset",

# TODO - it is matching here now?

"speak", # error
"ovos.utterance.handled" # handle_utterance returned (intent service)
]
Expand Down

0 comments on commit 56635be

Please sign in to comment.