We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7305a6a commit cbd901eCopy full SHA for cbd901e
media_test.go
@@ -12,7 +12,7 @@ func TestAddMedia(t *testing.T) {
12
13
client := Client{Endpoint: server.URL, UserID: "myuser", UserKey: "123"}
14
format := Format{
15
- Output: []string{"http://another.non.existent/video.mp4"},
+ Output: []string{"mp4"},
16
VideoCodec: "x264",
17
AudioCodec: "aac",
18
Bitrate: "900k",
@@ -44,7 +44,7 @@ func TestAddMediaError(t *testing.T) {
44
45
46
47
48
49
50
0 commit comments