mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
accept any content type as json
This commit is contained in:
parent
d61852a73f
commit
2830853665
2 changed files with 6 additions and 1 deletions
|
@ -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!([
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue