mirror of
https://github.com/Radarr/Radarr
synced 2026-01-02 13:47:41 +01:00
Fixed: MediaCover Test Broken in #3982
This commit is contained in:
parent
0957bdda20
commit
c94606dccd
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ public void should_convert_cover_urls_to_local()
|
|||
|
||||
Subject.ConvertToLocalUrls(12, covers);
|
||||
|
||||
covers.Single().Url.Should().Be("/MediaCover/12/banner.jpg");
|
||||
covers.Single().Url.Should().Be("/MediaCover/12/banner.jpg?lastWrite=1234");
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
|
|
|||
Loading…
Reference in a new issue