diff --git a/tests/unit_tests.py b/tests/unit_tests.py index f3fccce..d6b8b32 100644 --- a/tests/unit_tests.py +++ b/tests/unit_tests.py @@ -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):