mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
update relevant changes from master
This commit is contained in:
parent
5ecf514d28
commit
0cd8869349
16 changed files with 276 additions and 26 deletions
|
@ -47,12 +47,10 @@ async fn create_existing_index() {
|
|||
assert_eq!(code, 400);
|
||||
}
|
||||
|
||||
// test fails (issue #46)
|
||||
#[actix_rt::test]
|
||||
#[ignore]
|
||||
async fn create_with_invalid_index_uid() {
|
||||
let server = Server::new().await;
|
||||
let index = server.index("test test");
|
||||
let index = server.index("test test#!");
|
||||
let (_, code) = index.create(None).await;
|
||||
assert_eq!(code, 400);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue