mirror of https://github.com/Radarr/Radarr
Fixed broken episode integration tests
This commit is contained in:
parent
5a673a33ab
commit
cdbd7273b7
|
@ -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")
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue