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

Fix error in test preventing Moq update ()

pull/10097/head
Bond_009 2 years ago
parent f42abf970a
commit 084e0bf450

@ -66,7 +66,7 @@ namespace Jellyfin.Api.Tests.Auth.DefaultAuthorizationPolicy
_userManagerMock
.Setup(u => u.GetUserById(It.IsAny<Guid>()))
.Returns<User>(null);
.Returns<User?>(null);
var claims = new[]
{

Loading…
Cancel
Save