Create SQL tables with a query builder

This commit is contained in:
Valentin Tolmer
2021-04-09 10:47:26 +02:00
committed by Valentin Tolmer
parent bfd7730d55
commit 9f56fd02cf
3 changed files with 103 additions and 26 deletions

View File

@@ -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(),