Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/95324b53d29a4567c7f01464d0709059187ac0a6?style=split&whitespace=ignore-eol You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update integration test uses actual update package from develop

pull/6/head
kayone 12 years ago
parent ed355a5ee6
commit 95324b53d2

@ -22,9 +22,9 @@ namespace NzbDrone.Core.Test.UpdateTests
private readonly UpdatePackage _updatePackage = new UpdatePackage private readonly UpdatePackage _updatePackage = new UpdatePackage
{ {
FileName = "NzbDrone.vnext.0.8.1.385.zip", FileName = "NzbDrone.develop.2.0.0.zip",
Url = "http://update.nzbdrone.com/v10/master/NzbDrone.master.2.0.0.0.zip", Url = "http://update.nzbdrone.com/v2/develop/NzbDrone.develop.zip",
Version = new Version("0.8.1.385") Version = new Version("2.0.0")
}; };
[SetUp] [SetUp]

Loading…
Cancel
Save