We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe4d115 commit 495920dCopy full SHA for 495920d
2 files changed
Applications/Backend/Tests/Integration/Security/KeyRotationIntegrationTests.cs
@@ -1,5 +1,3 @@
1
-using System.Text.Json;
2
-
3
namespace HttpsRichardy.Federation.TestSuite.Integration.Security;
4
5
public sealed class KeyRotationIntegrationTests(IntegrationEnvironmentFixture factory) :
Applications/Backend/Tests/Usings.cs
@@ -1,6 +1,7 @@
global using System.Net;
global using System.Net.Http.Headers;
global using System.Net.Http.Json;
+global using System.Text.Json;
6
global using System.IdentityModel.Tokens.Jwt;
7
global using System.Security.Cryptography;
0 commit comments