tests(api): add integration test for happy path when logging in

This commit is contained in:
Stevan Freeborn
2026-02-02 13:33:23 -06:00
parent dcc5b2e0f0
commit 5a5efbefd7
10 changed files with 63 additions and 16 deletions
+2
View File
@@ -2,6 +2,8 @@ global using System.Net;
global using System.Net.Http.Json;
global using FiscalOS.API.Tests.Infra;
global using FiscalOS.Core.Authentication;
global using FiscalOS.Core.Identity;
global using FiscalOS.Infra.Data;
global using Microsoft.AspNetCore.Hosting;