mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
Fixed: ReleasePush Validation should use Protocol
This commit is contained in:
@@ -15,8 +15,9 @@ namespace NzbDrone.Integration.Test.ApiTests
|
||||
public void should_have_utc_date()
|
||||
{
|
||||
var body = new Dictionary<string, object>();
|
||||
body.Add("guid", "sdfsdfsdf");
|
||||
body.Add("title", "The Artist - The Album (2008) [FLAC]");
|
||||
body.Add("protocol", "Torrent");
|
||||
body.Add("downloadUrl", "https://lidarr.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