Skip to content

Commit

Permalink
Troubleshoot test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Sep 12, 2024
1 parent 6c677ac commit 67d424a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/unit_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,7 @@ 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.config,
{"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 67d424a

Please sign in to comment.