1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-18 21:35:27 -04:00

Fixed broken episode integration tests

This commit is contained in:
markus101
2014-02-04 21:29:43 -08:00
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")
{
}