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