diff options
Diffstat (limited to 'internal/api')
| -rw-r--r-- | internal/api/handlers_podcast_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/api/handlers_podcast_test.go b/internal/api/handlers_podcast_test.go index 7942914..043a0f1 100644 --- a/internal/api/handlers_podcast_test.go +++ b/internal/api/handlers_podcast_test.go @@ -85,7 +85,7 @@ func setupPodcastE2E(t *testing.T) (srv *Server, store repository.Store, sm *aut thumbGen := &thumb.MockGenerator{} mediaSvc := service.NewMediaService(dbStore, clk, mediaRoot, thumbGen, prober) - podcastSvc := service.NewPodcastService(dbStore, clk, mediaRoot, helper, prober, thumbGen, 60) + podcastSvc := service.NewPodcastService(dbStore, clk, mediaRoot, helper, prober, thumbGen, &http.Client{Timeout: service.DefaultHTTPClientTimeout}, 60) cfg := &internal.Config{ SessionTimeoutHours: 24, |
