Protocol instead of download protocol

pull/3072/head
Mark McDowall 6 years ago
parent cd26b8f728
commit cdde8cfdbe

@ -17,7 +17,7 @@ namespace NzbDrone.Integration.Test.ApiTests
var body = new Dictionary<string, object>();
body.Add("guid", "sdfsdfsdf");
body.Add("title", "The.Series.S01E01");
body.Add("downloadProtocol", 2);
body.Add("protocol", "Torrent");
body.Add("downloadUrl", "https://sonarr.tv/test.torrent");
body.Add("publishDate", DateTime.UtcNow.ToString("yyyy-MM-dd HH:mm:ssZ", CultureInfo.InvariantCulture));

Loading…
Cancel
Save