Skip to content

Commit

Permalink
fix: tests result after following redirection of video url
Browse files Browse the repository at this point in the history
  • Loading branch information
psmarcin committed Nov 14, 2020
1 parent 9b64356 commit a6bdbd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ports/video_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func TestHandler(t *testing.T) {
},
},
}
u1, _ := url.Parse("http://yt.com")
u1, _ := url.Parse("http://youtube.com")
ytdlM := new(YTDLDependencyMock)
ytdlM.On("GetFileInformation", context.Background(), "ulCdoCfw-bY").Return(application.YTDLVideo{
ID: "JZAunPKoHL0",
Expand Down

0 comments on commit a6bdbd5

Please sign in to comment.