Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie committed Mar 28, 2024
1 parent 4821c91 commit 9ddbd6f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ ws_server_audio_md5=$(md5sum $artifacts_dir/uac_connect_trimmed_ws_server_audio.
expected_ws_server_audio_md5="328489d203813f6e216a1d77c41b3ad9"

play_verb_audio_md5=$(md5sum $artifacts_dir/uac_connect_trimmed_play_verb_audio.wav | head -c 32)
expected_play_verb_audio_md5="1876af04af732feae7f5fac634314187"
expected_play_verb_audio_md5="bc95f79be89a5c2aee2965575af2e33d"

echo "Actual ws_server_audio_md5: $ws_server_audio_md5"
echo "Expected ws_server_audio_md5: $expected_ws_server_audio_md5"
Expand Down
Binary file removed components/testing/tests/support/files/taunt.wav
Binary file not shown.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ services:
AHN_CORE_HOST: freeswitch
CALL_PLATFORM_STUB_RESPONSES: "true"
CONNECT_WS_SERVER_URL: "ws://testing:3001"
AUDIO_FILE_URL: "http://testing:8000/tests/support/files/taunt.wav"
AUDIO_FILE_URL: "http://testing:8000/scenarios/files/fridge.wav"
AHN_CORE_HTTP_PORT: "8080"
AWS_DEFAULT_REGION: "ap-southeast-1"
REDIS_URL: "redis://redis:6379/1"
Expand Down

0 comments on commit 9ddbd6f

Please sign in to comment.