mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-20 22:14:34 -04:00
Fixed: Don't throw error IMDB mapped movie not found
This commit is contained in:
@@ -39,6 +39,7 @@ namespace NzbDrone.Core.Test.MetadataSource.SkyHook
|
||||
[TestCase("tmdbid: -12")]
|
||||
[TestCase("tmdbid:1")]
|
||||
[TestCase("adjalkwdjkalwdjklawjdlKAJD;EF")]
|
||||
[TestCase("imdb: tt9805708")]
|
||||
public void no_search_result(string term)
|
||||
{
|
||||
var result = Subject.SearchForNewMovie(term);
|
||||
|
||||
Reference in New Issue
Block a user