diff options
| author | Bond_009 <bond.009@outlook.com> | 2021-04-09 01:04:49 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2021-04-09 01:04:49 +0200 |
| commit | 391554d391c1a045a0922fd5f0b43459afdfc550 (patch) | |
| tree | 4f615e4c79188be30c071b8351c7a96b32221e40 /tests/Jellyfin.Server.Integration.Tests/Controllers/ActivityLogControllerTests.cs | |
| parent | a19a97ca4225a57c3cce71cdd0b9dd4a08f65993 (diff) | |
Add tests for UserController
Diffstat (limited to 'tests/Jellyfin.Server.Integration.Tests/Controllers/ActivityLogControllerTests.cs')
| -rw-r--r-- | tests/Jellyfin.Server.Integration.Tests/Controllers/ActivityLogControllerTests.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Jellyfin.Server.Integration.Tests/Controllers/ActivityLogControllerTests.cs b/tests/Jellyfin.Server.Integration.Tests/Controllers/ActivityLogControllerTests.cs index 4657ee6e2..be89fbc9a 100644 --- a/tests/Jellyfin.Server.Integration.Tests/Controllers/ActivityLogControllerTests.cs +++ b/tests/Jellyfin.Server.Integration.Tests/Controllers/ActivityLogControllerTests.cs @@ -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) { |
