Skip to content

Commit 8df5a7c

Browse files
committed
Test update with bypass_map_validation
1 parent a8b384d commit 8df5a7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ protected function getEnvironmentSetUp($app): void
5454
'auth_type' => 'http',
5555
'hosts' => ['http://localhost:9200'],
5656
'options' => [
57-
'perform_unsafe_queries' => true,
57+
'bypass_map_validation' => true,
5858
'insert_chunk_size' => 10000,
5959
'logging' => true,
6060
],

0 commit comments

Comments
 (0)