mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-01 16:06:24 +02:00
Fixed broken episode integration tests
This commit is contained in:
@@ -7,7 +7,7 @@ namespace NzbDrone.Integration.Test.Client
|
||||
public class EpisodeClient : ClientBase<EpisodeResource>
|
||||
{
|
||||
public EpisodeClient(IRestClient restClient, string apiKey)
|
||||
: base(restClient, apiKey, "episodes")
|
||||
: base(restClient, apiKey, "episode")
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user