mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-22 14:13:36 -07:00
test: Fix newly added test
This commit is contained in:
parent
f0aa249778
commit
6686a1afd4
1 changed files with 2 additions and 0 deletions
|
@ -292,6 +292,8 @@ namespace Ombi.Notifications.Tests
|
|||
|
||||
notificationOptions.Substitutes.Add("Season", "1");
|
||||
notificationOptions.Substitutes.Add("Episodes", "1, 2");
|
||||
notificationOptions.Substitutes.Add("EpisodesCount", "2");
|
||||
notificationOptions.Substitutes.Add("SeasonEpisodes", "1x1, 1x2");
|
||||
var req = F.Build<ChildRequests>()
|
||||
.With(x => x.RequestType, RequestType.TvShow)
|
||||
.With(x => x.Available, true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue