Skip to content

Commit

Permalink
Fix: correctly named folders/files. (#497)
Browse files Browse the repository at this point in the history
* Fix: correctly named folders/files.

Signed-off-by: dblock <[email protected]>

* Refresh index to avoid flaky test.

Signed-off-by: dblock <[email protected]>

---------

Signed-off-by: dblock <[email protected]>
  • Loading branch information
dblock authored Aug 12, 2024
1 parent 9eb3732 commit 08bbc0e
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 1 deletion.
File renamed without changes.
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
File renamed without changes.

0 comments on commit 08bbc0e

Please sign in to comment.