Skip to content

Commit

Permalink
chore: fix file url in audio test-cases
Browse files Browse the repository at this point in the history
  • Loading branch information
donch1989 committed Oct 31, 2024
1 parent 6eb2012 commit cb2cae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/data/audio_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func TestNewAudioFromURL(t *testing.T) {
name string
url string
}{
{"Valid audio URL", "https://raw.githubusercontent.com/instill-ai/pipeline-backend/refs/heads/huitang/format/pkg/data/testdata/sample1.wav"},
{"Valid audio URL", "https://raw.githubusercontent.com/instill-ai/pipeline-backend/24153e2c57ba4ce508059a0bd1af8528b07b5ed3/pkg/data/testdata/sample1.wav"},
{"Invalid URL", "https://invalid-url.com/audio.wav"},
{"Non-existent URL", "https://filesamples.com/samples/audio/wav/non_existent.wav"},
}
Expand Down

0 comments on commit cb2cae3

Please sign in to comment.