Update TestBase.cs

This commit is contained in:
Meysam Hadeli 2025-05-10 20:43:42 +03:30 committed by GitHub
parent f3b96dab73
commit fadd128d1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -333,6 +333,7 @@ where TEntryPoint : class
private void AddCustomAppSettings(IConfigurationBuilder configuration)
{
//todo: provide better approach for reading `PostgresOptions`
configuration.AddInMemoryCollection(
new KeyValuePair<string, string>[]
{