Create SQL tables with a query builder
This commit is contained in:
committed by
Valentin Tolmer
parent
bfd7730d55
commit
9f56fd02cf
@@ -491,8 +491,7 @@ mod tests {
|
||||
|
||||
#[tokio::test]
|
||||
async fn test_search_unsupported_filters() {
|
||||
let mut mock = MockTestBackendHandler::new();
|
||||
let mut ldap_handler = setup_bound_handler(mock).await;
|
||||
let mut ldap_handler = setup_bound_handler(MockTestBackendHandler::new()).await;
|
||||
let request = SearchRequest {
|
||||
msgid: 2,
|
||||
base: "ou=people,dc=example,dc=com".to_string(),
|
||||
|
||||
Reference in New Issue
Block a user