Fixed broken episode integration tests

This commit is contained in:
markus101 2014-02-04 21:29:43 -08:00
parent 5a673a33ab
commit cdbd7273b7
1 changed files with 1 additions and 1 deletions

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