Skip to content

Commit 71fc0bc

Browse files
committed
fix test - 2
1 parent 508408d commit 71fc0bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/test/scala/za/co/absa/loginsvc/rest/config/provider/ConfigProviderTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class ConfigProviderTest extends AnyFlatSpec with Matchers {
4646
activeDirectoryLDAPConfig.url shouldBe "ldaps://some.domain.com:636/"
4747
activeDirectoryLDAPConfig.domain shouldBe "some.domain.com"
4848
activeDirectoryLDAPConfig.searchFilter shouldBe "(samaccountname={1})"
49-
activeDirectoryLDAPConfig.order shouldBe 2
49+
activeDirectoryLDAPConfig.order shouldBe 0
5050
activeDirectoryLDAPConfig.serviceAccount.username shouldBe "CN=svc-ldap,OU=Users,OU=Accounts,DC=domain,DC=subdomain,DC=com"
5151
activeDirectoryLDAPConfig.serviceAccount.password shouldBe "password"
5252
activeDirectoryLDAPConfig.enableKerberos shouldBe None

0 commit comments

Comments
 (0)