test: fix ServiceRegistrationTests config key (Ldap:UseFakeAuth)
This commit is contained in:
@@ -18,7 +18,7 @@ public class ServiceRegistrationTests
|
||||
var configuration = new ConfigurationBuilder()
|
||||
.AddInMemoryCollection(new Dictionary<string, string?>
|
||||
{
|
||||
["Auth:UseFakeAuth"] = "true"
|
||||
["Ldap:UseFakeAuth"] = "true"
|
||||
})
|
||||
.Build();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user