Skip to content

Commit

Permalink
Rest API Spec: Wraps YAML tests values with colon in quotes (#90089) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Sep 20, 2022
1 parent 191338a commit cf869c8
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ setup:
_id: "1"
- event:
- category: process
"@timestamp": 2020-02-03T12:34:56Z
"@timestamp": "2020-02-03T12:34:56Z"
user: SYSTEM
id: 123
valid: false
Expand All @@ -29,7 +29,7 @@ setup:
_id: "2"
- event:
- category: process
"@timestamp": 2020-02-04T12:34:56Z
"@timestamp": "2020-02-04T12:34:56Z"
user: SYSTEM
id: 123
valid: true
Expand All @@ -39,7 +39,7 @@ setup:
_id: "3"
- event:
- category: process
"@timestamp": 2020-02-05T12:34:56Z
"@timestamp": "2020-02-05T12:34:56Z"
user: SYSTEM
id: 123
valid: true
Expand All @@ -49,7 +49,7 @@ setup:
_id: "4"
- event:
- category: process
"@timestamp": 2020-02-05T12:34:57Z
"@timestamp": "2020-02-05T12:34:57Z"
user: SYSTEM
id: 123

Expand Down

0 comments on commit cf869c8

Please sign in to comment.