mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-09 04:22:30 +01:00
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
Block a user