❔ Writing tests for Minimal API that calls KeyVault and Azure
How can i write tests for a web app using minimal Apis.
The Docs say i have to use
Is it possible to just add a mock keyvault into it?
The Docs say i have to use
WebApplicationFactory<Program> but i can't create it bescause it tries to call KeyVault and Azure client'd also need to be set etc. Is it possible to just add a mock keyvault into it?
