test: update infra tests for new authentication namespaces

This commit is contained in:
Stevan Freeborn
2026-02-02 13:18:41 -06:00
parent abc6a7655e
commit 7d5fd4149c
3 changed files with 15 additions and 6 deletions
+8 -1
View File
@@ -1 +1,8 @@
global using FiscalOS.Infra.Identity;
global using System.IdentityModel.Tokens.Jwt;
global using AwesomeAssertions.Primitives;
global using FiscalOS.Core.Identity;
global using FiscalOS.Infra.Authentication;
global using FiscalOS.Infra.Tests.Assertions;
global using Microsoft.Extensions.Options;