mirror of
https://github.com/Radarr/Radarr
synced 2025-02-01 12:21:49 +00:00
Fix FileList test
This commit is contained in:
parent
7bcb492572
commit
4fb632e4fc
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ public void should_use_categories_for_feed()
|
|||
|
||||
var page = results.GetAllTiers().First().First();
|
||||
|
||||
page.Url.Query.Should().Contain("&category=1,2&");
|
||||
page.Url.Query.Should().Contain("&category=1,2");
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
|
Loading…
Reference in a new issue