1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-17 15:02:34 +02:00

Fixed broken episode integration tests

This commit is contained in:
markus101 2014-02-04 21:29:43 -08:00
parent 5a673a33ab
commit cdbd7273b7

View File

@ -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")
{
}