diff --git a/NEW/tests/JdeScoping.Api.Tests/Configuration/ServiceRegistrationTests.cs b/NEW/tests/JdeScoping.Api.Tests/Configuration/ServiceRegistrationTests.cs index bbccc4a..595feb6 100644 --- a/NEW/tests/JdeScoping.Api.Tests/Configuration/ServiceRegistrationTests.cs +++ b/NEW/tests/JdeScoping.Api.Tests/Configuration/ServiceRegistrationTests.cs @@ -18,7 +18,7 @@ public class ServiceRegistrationTests var configuration = new ConfigurationBuilder() .AddInMemoryCollection(new Dictionary { - ["Auth:UseFakeAuth"] = "true" + ["Ldap:UseFakeAuth"] = "true" }) .Build();