Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/95324b53d29a4567c7f01464d0709059187ac0a6 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update integration test uses actual update package from develop

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

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

Loading…
Cancel
Save