From cdbd7273b7c64471c1e81dde90422e0d2ae39c09 Mon Sep 17 00:00:00 2001 From: markus101 Date: Tue, 4 Feb 2014 21:29:43 -0800 Subject: [PATCH] Fixed broken episode integration tests --- src/NzbDrone.Integration.Test/Client/EpisodeClient.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NzbDrone.Integration.Test/Client/EpisodeClient.cs b/src/NzbDrone.Integration.Test/Client/EpisodeClient.cs index 437226c2f..46d0b8e03 100644 --- a/src/NzbDrone.Integration.Test/Client/EpisodeClient.cs +++ b/src/NzbDrone.Integration.Test/Client/EpisodeClient.cs @@ -7,7 +7,7 @@ namespace NzbDrone.Integration.Test.Client public class EpisodeClient : ClientBase { public EpisodeClient(IRestClient restClient, string apiKey) - : base(restClient, apiKey, "episodes") + : base(restClient, apiKey, "episode") { }