mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
Fixed test file casing
(cherry picked from commit a7ca139e13375e73074508d74b9590f5446d3b09)
This commit is contained in:
parent
96384521c5
commit
8cccde48c1
@ -27,7 +27,7 @@ public void Setup()
|
|||||||
[Test]
|
[Test]
|
||||||
public void should_parse_recent_feed_from_FileList()
|
public void should_parse_recent_feed_from_FileList()
|
||||||
{
|
{
|
||||||
var recentFeed = ReadAllText(@"Files/Indexers/FileList/recentfeed.json");
|
var recentFeed = ReadAllText(@"Files/Indexers/FileList/RecentFeed.json");
|
||||||
|
|
||||||
Mocker.GetMock<IHttpClient>()
|
Mocker.GetMock<IHttpClient>()
|
||||||
.Setup(o => o.Execute(It.Is<HttpRequest>(v => v.Method == HttpMethod.GET)))
|
.Setup(o => o.Execute(It.Is<HttpRequest>(v => v.Method == HttpMethod.GET)))
|
||||||
|
Loading…
Reference in New Issue
Block a user