reinstall fixes and reorg
This commit is contained in:
parent
196106c048
commit
4398715004
10 changed files with 323 additions and 48 deletions
|
|
@ -121,7 +121,7 @@ namespace Yavsc.Org.Tests
|
|||
{
|
||||
var builder = WebApplication.CreateBuilder();
|
||||
|
||||
builder.AddConfiguration("org").AddInMemoryCollection(new Dictionary<string, string?>
|
||||
builder.AddConfiguration(null).AddInMemoryCollection(new Dictionary<string, string?>
|
||||
{
|
||||
[$"ConnectionStrings:{YavscConstants.YavscConnectionStringName}"] = "InMemory"
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue