Fixed SceneMappingProxy tests

This commit is contained in:
Mark McDowall 2013-09-05 23:28:52 -07:00
commit 67555db685
2 changed files with 21 additions and 17 deletions

View file

@ -13,7 +13,7 @@ namespace NzbDrone.Core.Test.DataAugmentationFixture.Scene
public class SceneMappingProxyFixture : CoreTest<SceneMappingProxy>
{
private const string SCENE_MAPPING_URL = "http://services.nzbdrone.com/SceneMapping/Active";
private const string SCENE_MAPPING_URL = "http://services.nzbdrone.com/v1/SceneMapping";
[Test]
public void fetch_should_return_list_of_mappings()
@ -31,7 +31,6 @@ namespace NzbDrone.Core.Test.DataAugmentationFixture.Scene
mappings.Should().NotContain(c => c.TvdbId == 0);
}
[Test]
public void should_throw_on_server_error()
{