Update internal URL's to point to lidarr.audio

This commit is contained in:
TCBWZA
2017-04-28 16:55:18 +02:00
parent 80e8ef4c7a
commit b7a46a9e51
8 changed files with 13 additions and 13 deletions
@@ -54,7 +54,7 @@ namespace NzbDrone.Core.Test.Download.DownloadClientTests.QBittorrentTests
protected void GivenRedirectToTorrent()
{
var httpHeader = new HttpHeader();
httpHeader["Location"] = "http://test.Lidarr.tv/not-a-real-torrent.torrent";
httpHeader["Location"] = "http://test.lidarr.audio/not-a-real-torrent.torrent";
Mocker.GetMock<IHttpClient>()
.Setup(s => s.Get(It.Is<HttpRequest>(h => h.Url.FullUri == _downloadUrl)))
@@ -107,7 +107,7 @@ namespace NzbDrone.Core.Test.Download.DownloadClientTests.UTorrentTests
protected void GivenRedirectToTorrent()
{
var httpHeader = new HttpHeader();
httpHeader["Location"] = "http://test.Lidarr.tv/not-a-real-torrent.torrent";
httpHeader["Location"] = "http://test.lidarr.audio/not-a-real-torrent.torrent";
Mocker.GetMock<IHttpClient>()
.Setup(s => s.Get(It.Is<HttpRequest>(h => h.Url.ToString() == _downloadUrl)))