Skip to content

Commit

Permalink
Refresh index to avoid flaky test.
Browse files Browse the repository at this point in the history
Signed-off-by: dblock <[email protected]>
  • Loading branch information
dblock committed Aug 12, 2024
1 parent ab4768c commit e9e7a98
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/default/observability/observability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ prologues:
- name: field1
type: text
status: [200]
- path: /_refresh
method: POST
status: [200]
chapters:
- synopsis: Retrieve specific Observability object after creation.
path: /_plugins/_observability/object/{object_id}
Expand Down Expand Up @@ -144,7 +147,7 @@ chapters:
status: 200
payload:
startIndex: 0
totalHits: 0
totalHits: 1
totalHitRelation: eq
observabilityObjectList: []
epilogues:
Expand Down

0 comments on commit e9e7a98

Please sign in to comment.