Skip to content

Commit

Permalink
Fixes #16186: tests in rudder are broken
Browse files Browse the repository at this point in the history
  • Loading branch information
ncharles committed Nov 14, 2019
1 parent 7d34c1f commit 72678e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ class TestQueryProcessor extends Loggable {
con.search("cn=rudder-configuration", Sub, BuildFilter.ALL).size
}).openOrThrowException("For tests")

val expected = 42+38 //bootstrap + inventory-sample
val expected = 41+38 //bootstrap + inventory-sample
assert(expected == s, s"Not found the expected number of entries in test LDAP directory [expected: ${expected}, found: ${s}], perhaps the demo entries where not correctly loaded")
}

Expand Down

0 comments on commit 72678e3

Please sign in to comment.