index UID format; fix #497

This commit is contained in:
qdequele
2020-03-05 11:44:30 +01:00
committed by Quentin de Quelen
parent 041eed2a06
commit c5b6e641a4
4 changed files with 67 additions and 2 deletions

View File

@ -14,6 +14,8 @@ fn delete() {
assert_eq!(status_code, 404);
}
// Resolve teh issue https://github.com/meilisearch/MeiliSearch/issues/493
#[test]
fn delete_batch() {
let mut server = common::Server::with_uid("movies");