Skip to content

Commit

Permalink
Fixes #13815: Adding tests in #13772 borke other ones
Browse files Browse the repository at this point in the history
  • Loading branch information
fanf committed Nov 13, 2018
1 parent 5f8be88 commit 7cd1aec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ class TestQueryProcessor extends Loggable {
con.search("cn=rudder-configuration", Sub, BuildFilter.ALL).size
}).openOrThrowException("For tests")

val expected = 41+30 //bootstrap + inventory-sample
val expected = 41+33 //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 7cd1aec

Please sign in to comment.