1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-02-01 12:21:49 +00:00

Fix FileList test

This commit is contained in:
Bogdan 2023-08-10 12:12:17 +03:00
parent 7bcb492572
commit 4fb632e4fc

View file

@ -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]