|
|
|
@ -36,7 +36,12 @@ namespace Jellyfin.Api.Tests.Auth
|
|
|
|
|
|
|
|
|
|
public CustomAuthenticationHandlerTests()
|
|
|
|
|
{
|
|
|
|
|
_fixture = new Fixture().Customize(new AutoMoqCustomization {ConfigureMembers = true});
|
|
|
|
|
var fixtureCustomizations = new AutoMoqCustomization
|
|
|
|
|
{
|
|
|
|
|
ConfigureMembers = true
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
_fixture = new Fixture().Customize(fixtureCustomizations);
|
|
|
|
|
AllowFixtureCircularDependencies();
|
|
|
|
|
|
|
|
|
|
_authServiceMock = _fixture.Freeze<Mock<IAuthService>>();
|
|
|
|
|