Skip to content

Commit

Permalink
Troubleshoot test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel McKnight committed Sep 12, 2024
1 parent 511c0a0 commit 6c677ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/unit_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,8 @@ def test_ovos_plugin_compat(self):
"ovos-stt-plugin-server": {"url": "https://0.0.0.0:8080/stt"}}
)
self.assertIsInstance(non_streaming, STT)
self.assertEqual(non_streaming.url, "https://0.0.0.0:8080/stt")
self.assertEqual(non_streaming.config,
{"url": "https://0.0.0.0:8080/stt"})


class ServiceTests(unittest.TestCase):
Expand Down

0 comments on commit 6c677ac

Please sign in to comment.