diff --git a/ci/test.sh b/ci/test.sh index 1877b36..ea9a7b9 100755 --- a/ci/test.sh +++ b/ci/test.sh @@ -65,7 +65,7 @@ for SERVICE in "${SERVICES[@]}"; do --header "Accept: text/plain" \ --header "Content-Type: application/vnd.apple.mpegurl" \ --header "Apix-Ldp-Resource: https://preserve.lehigh.edu/sites/default/files/derivatives/hls/node/8157/11230.m3u8" \ - --data-binary "@/fixtures/whisper/hls.m3u8" + --data-binary "@/fixtures/whisper/hls.m3u8" \ "$URL" grep -i "This podcast is brought to you by Illuminate" vtt.txt || exit 1 echo "VTT as expected"