Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/df2238a4b6ab6078e284ff0ea00841c3dff3d830 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed unit tests

pull/4321/head
tidusjar 4 years ago
parent 8a5804e088
commit df2238a4b6

@ -357,7 +357,7 @@ namespace Ombi.Core.Tests.Engine
MovieRequestLimitType = RequestLimitType.Week,
Id = "id1"
};
var today = DateTime.UtcNow;
var today = new DateTime(2021,10,05);
var log = new List<RequestLog>
{
new RequestLog

@ -357,7 +357,7 @@ namespace Ombi.Core.Tests.Engine
MusicRequestLimitType = RequestLimitType.Week,
Id = "id1"
};
var today = DateTime.UtcNow;
var today = new DateTime(2021, 10, 05);
var log = new List<RequestLog>
{
new RequestLog

Loading…
Cancel
Save