test: fix ServiceRegistrationTests config key (Ldap:UseFakeAuth)

This commit is contained in:
Joseph Doherty
2026-01-07 01:56:34 -05:00
parent b0619dc49f
commit fc5769b219
@@ -18,7 +18,7 @@ public class ServiceRegistrationTests
var configuration = new ConfigurationBuilder() var configuration = new ConfigurationBuilder()
.AddInMemoryCollection(new Dictionary<string, string?> .AddInMemoryCollection(new Dictionary<string, string?>
{ {
["Auth:UseFakeAuth"] = "true" ["Ldap:UseFakeAuth"] = "true"
}) })
.Build(); .Build();