From f3b3a42c935bd9eb4d6b22599e714f8cb7f13ffc Mon Sep 17 00:00:00 2001 From: Joe Corall Date: Wed, 18 Dec 2024 13:07:24 -0500 Subject: [PATCH] k --- ci/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"