mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-29 13:26:44 +01:00
Add tests for UserController
This commit is contained in:
@@ -8,7 +8,7 @@ namespace Jellyfin.Server.Integration.Tests.Controllers
|
||||
public sealed class ActivityLogControllerTests : IClassFixture<JellyfinApplicationFactory>
|
||||
{
|
||||
private readonly JellyfinApplicationFactory _factory;
|
||||
private string? _accessToken;
|
||||
private static string? _accessToken;
|
||||
|
||||
public ActivityLogControllerTests(JellyfinApplicationFactory factory)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user