mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-16 11:37:58 +02:00
Update integration test uses actual update package from develop
This commit is contained in:
parent
ed355a5ee6
commit
95324b53d2
@ -22,9 +22,9 @@ public class UpdateServiceFixture : CoreTest<InstallUpdateService>
|
||||
|
||||
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…
Reference in New Issue
Block a user