mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-21 22:25:03 -04:00
Include version in services Changes api call so the server knows how to redirect.
This commit is contained in:
@@ -37,7 +37,7 @@ namespace NzbDrone.Core.Test.UpdateTests
|
||||
{
|
||||
const string branch = "master";
|
||||
UseRealHttp();
|
||||
var recent = Subject.GetRecentUpdates(branch);
|
||||
var recent = Subject.GetRecentUpdates(branch, new Version(2, 0));
|
||||
|
||||
recent.Should().NotBeEmpty();
|
||||
recent.Should().OnlyContain(c => c.Hash.IsNotNullOrWhiteSpace());
|
||||
|
||||
Reference in New Issue
Block a user