mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Security Solution] fix flaky api integ tests (#131939)
This commit is contained in:
parent
34e51a6807
commit
ca0f874c2a
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ export function bulkIndex(
|
|||
|
||||
return client.bulk({
|
||||
index,
|
||||
refresh: true,
|
||||
refresh: 'wait_for',
|
||||
body,
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue