mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-02 16:52:04 +02:00
static resource URLs are now case sensitive.
This commit is contained in:
@@ -37,7 +37,7 @@ namespace NzbDrone.Core.Test.MediaCoverTests
|
||||
Subject.ConvertToLocalUrls(12, covers);
|
||||
|
||||
|
||||
covers.Single().Url.Should().Be("/mediacover/12/banner.jpg?lastWrite=1234");
|
||||
covers.Single().Url.Should().Be("/MediaCover/12/banner.jpg?lastWrite=1234");
|
||||
}
|
||||
|
||||
[Test]
|
||||
@@ -52,7 +52,7 @@ namespace NzbDrone.Core.Test.MediaCoverTests
|
||||
Subject.ConvertToLocalUrls(12, covers);
|
||||
|
||||
|
||||
covers.Single().Url.Should().Be("/mediacover/12/banner.jpg");
|
||||
covers.Single().Url.Should().Be("/MediaCover/12/banner.jpg");
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user