mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-24 22:35:39 -04:00
New: Lidarr to Readarr
This commit is contained in:
@@ -3,8 +3,8 @@ using System.Collections.Generic;
|
||||
using System.Globalization;
|
||||
using System.Net;
|
||||
using FluentAssertions;
|
||||
using Lidarr.Api.V1.Indexers;
|
||||
using NUnit.Framework;
|
||||
using Readarr.Api.V1.Indexers;
|
||||
|
||||
namespace NzbDrone.Integration.Test.ApiTests
|
||||
{
|
||||
@@ -17,7 +17,7 @@ namespace NzbDrone.Integration.Test.ApiTests
|
||||
var body = new Dictionary<string, object>();
|
||||
body.Add("title", "The Artist - The Album (2008) [FLAC]");
|
||||
body.Add("protocol", "Torrent");
|
||||
body.Add("downloadUrl", "https://lidarr.audio/test.torrent");
|
||||
body.Add("downloadUrl", "https://readarr.audio/test.torrent");
|
||||
body.Add("publishDate", DateTime.UtcNow.ToString("yyyy-MM-dd HH:mm:ssZ", CultureInfo.InvariantCulture));
|
||||
|
||||
var request = ReleasePush.BuildRequest();
|
||||
|
||||
Reference in New Issue
Block a user