mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-09 04:22:30 +01:00
Fix tmdb tests
Need to resolve the mapper now that we don't blindly add images
This commit is contained in:
parent
dfa3df8ea5
commit
d5869aebc6
@ -1,5 +1,6 @@
|
|||||||
using FluentAssertions;
|
using FluentAssertions;
|
||||||
using NUnit.Framework;
|
using NUnit.Framework;
|
||||||
|
using NzbDrone.Core.MetadataSource;
|
||||||
using NzbDrone.Core.MetadataSource.SkyHook;
|
using NzbDrone.Core.MetadataSource.SkyHook;
|
||||||
using NzbDrone.Core.Movies;
|
using NzbDrone.Core.Movies;
|
||||||
using NzbDrone.Core.Test.Framework;
|
using NzbDrone.Core.Test.Framework;
|
||||||
@ -15,6 +16,7 @@ public class SkyHookProxyFixture : CoreTest<SkyHookProxy>
|
|||||||
public void Setup()
|
public void Setup()
|
||||||
{
|
{
|
||||||
UseRealHttp();
|
UseRealHttp();
|
||||||
|
Mocker.SetConstant<ITmdbConfigService>(Mocker.Resolve<TmdbConfigService>());
|
||||||
}
|
}
|
||||||
|
|
||||||
[TestCase(11, "Star Wars")]
|
[TestCase(11, "Star Wars")]
|
||||||
|
Loading…
Reference in New Issue
Block a user