Skip to content

Commit

Permalink
Update test_speech.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl authored Feb 7, 2024
1 parent a5a0f36 commit a33ac06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unittests/test_speech.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

def setup_mocks(config_mock, tts_factory_mock, fallback="A"):
"""Do the common setup for the mocks."""
c = Configuration.get()
c = Configuration()
c["tts"] = {"module": "A", "fallback_module": fallback}
config_mock.return_value = c

Expand Down

0 comments on commit a33ac06

Please sign in to comment.