diff options
Diffstat (limited to 'test/test-options-util.js')
| -rw-r--r-- | test/test-options-util.js | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/test/test-options-util.js b/test/test-options-util.js index cd948c91..4194861a 100644 --- a/test/test-options-util.js +++ b/test/test-options-util.js @@ -107,7 +107,7 @@ function createProfileOptionsTestData1() {              sources: ['jpod101'],              volume: 100,              autoPlay: false, -            customSourceUrl: '', +            customSourceUrl: 'http://localhost/audio.mp3?term={expression}&reading={reading}',              textToSpeechVoice: ''          },          scanning: { @@ -309,7 +309,7 @@ function createProfileOptionsUpdatedTestData1() {              sources: ['jpod101'],              volume: 100,              autoPlay: false, -            customSourceUrl: '', +            customSourceUrl: 'http://localhost/audio.mp3?term={term}&reading={reading}',              customSourceType: 'audio',              textToSpeechVoice: ''          }, |