diff --git a/src/NzbDrone.Integration.Test/Client/EpisodeClient.cs b/src/NzbDrone.Integration.Test/Client/EpisodeClient.cs index 437226c2f..46d0b8e03 100644 --- a/src/NzbDrone.Integration.Test/Client/EpisodeClient.cs +++ b/src/NzbDrone.Integration.Test/Client/EpisodeClient.cs @@ -7,7 +7,7 @@ namespace NzbDrone.Integration.Test.Client public class EpisodeClient : ClientBase { public EpisodeClient(IRestClient restClient, string apiKey) - : base(restClient, apiKey, "episodes") + : base(restClient, apiKey, "episode") { }