From 0026410c611d795492fe9a906ee8bbb53220777f Mon Sep 17 00:00:00 2001 From: ad hoc Date: Mon, 7 Mar 2022 14:21:44 +0100 Subject: [PATCH] review edits --- meilisearch-http/tests/auth/authorization.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/meilisearch-http/tests/auth/authorization.rs b/meilisearch-http/tests/auth/authorization.rs index dcb4504c6..30df2dd2d 100644 --- a/meilisearch-http/tests/auth/authorization.rs +++ b/meilisearch-http/tests/auth/authorization.rs @@ -91,7 +91,6 @@ async fn error_access_expired_key() { thread::sleep(time::Duration::new(1, 0)); for (method, route) in AUTHORIZATIONS.keys() { - dbg!(route); let (response, code) = server.dummy_request(method, route).await; assert_eq!(response, INVALID_RESPONSE.clone());