feat: wip on login endpoint
- added basic REPR pattern - added basic vert architecture - implemented basica validation for single test case
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace FiscalOS.API.Tests.Infra;
|
||||
|
||||
public class TestApi : WebApplicationFactory<Program>
|
||||
{
|
||||
protected override void ConfigureWebHost(IWebHostBuilder builder)
|
||||
{
|
||||
base.ConfigureWebHost(builder);
|
||||
|
||||
builder.ConfigureLogging(static c => c.ClearProviders());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user