mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-15 01:23:53 -07:00
Update internal URL's to point to lidarr.audio
This commit is contained in:
parent
80e8ef4c7a
commit
b7a46a9e51
8 changed files with 13 additions and 13 deletions
|
@ -174,7 +174,7 @@ namespace NzbDrone.Common.Test.Http
|
|||
{
|
||||
var file = GetTempFilePath();
|
||||
|
||||
Assert.Throws<WebException>(() => Subject.DownloadFile("http://download.Lidarr.tv/wrongpath", file));
|
||||
Assert.Throws<WebException>(() => Subject.DownloadFile("http://download.lidarr.audio/wrongpath", file));
|
||||
|
||||
File.Exists(file).Should().BeFalse();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue