Add tests for UserController

This commit is contained in:
Bond_009
2021-04-09 01:04:49 +02:00
parent a19a97ca42
commit 391554d391
3 changed files with 172 additions and 2 deletions

View File

@@ -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)
{