mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-06-18 20:57:35 +02:00
Remove debug leftovers
Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
This commit is contained in:
parent
95e8a9bef1
commit
6ee608c2d1
@ -855,10 +855,6 @@ async fn search_multiple_indexes_dont_exist() {
|
||||
]}))
|
||||
.await;
|
||||
snapshot!(code, @"400 Bad Request");
|
||||
|
||||
let (list_response, _code) = server.list_indexes(Some(0), Some(1_000_000)).await;
|
||||
dbg!(list_response);
|
||||
|
||||
snapshot!(json_string!(response), @r###"
|
||||
{
|
||||
"message": "Inside `.queries[0]`: Index `test` not found.",
|
||||
|
Loading…
x
Reference in New Issue
Block a user