mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-13 08:16:25 +00:00
test all the api key error codes
This commit is contained in:
@ -811,7 +811,7 @@ async fn import_dump_v5() {
|
||||
assert_eq!(code, 200);
|
||||
assert_eq!(stats, expected_stats);
|
||||
|
||||
let (keys, code) = server.list_api_keys().await;
|
||||
let (keys, code) = server.list_api_keys("").await;
|
||||
assert_eq!(code, 200);
|
||||
let key = &keys["results"][0];
|
||||
|
||||
|
Reference in New Issue
Block a user