mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-25 07:41:00 +00:00
accept any content type as json
This commit is contained in:
@ -57,6 +57,7 @@ async fn add_documents_test_no_content_types() {
|
||||
|
||||
/// any other content-type is must be refused
|
||||
#[actix_rt::test]
|
||||
#[ignore]
|
||||
async fn add_documents_test_bad_content_types() {
|
||||
let document = json!([
|
||||
{
|
||||
|
Reference in New Issue
Block a user