We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8b384d commit 8df5a7cCopy full SHA for 8df5a7c
tests/TestCase.php
@@ -54,7 +54,7 @@ protected function getEnvironmentSetUp($app): void
54
'auth_type' => 'http',
55
'hosts' => ['http://localhost:9200'],
56
'options' => [
57
- 'perform_unsafe_queries' => true,
+ 'bypass_map_validation' => true,
58
'insert_chunk_size' => 10000,
59
'logging' => true,
60
],
0 commit comments