Skip to content

Commit

Permalink
style: revert style change to yaml
Browse files Browse the repository at this point in the history
revert 78680f

Signed-off-by: Ink33 <[email protected]>
  • Loading branch information
Ink-33 committed Aug 13, 2023
1 parent 1323c92 commit 2cef5bb
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions extensions/collector/pkg/testdata/sample_suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@
# yaml-language-server: $schema=https://linuxsuren.github.io/api-testing/api-testing-schema.json
name: sample
items:
- name: v1
request:
api: http://foo/api/v1
method: GET
header:
Authorization: Bearer token
Content-Type: application/json
body: hello
- name: v1-1
request:
api: http://foo/api/v1
method: GET
header:
Authorization: Bearer token
Content-Type: application/json
body: hello
expect:
statusCode: 200
body: hello
- name: v1
request:
api: http://foo/api/v1
method: GET
header:
Authorization: Bearer token
Content-Type: application/json
body: hello
- name: v1-1
request:
api: http://foo/api/v1
method: GET
header:
Authorization: Bearer token
Content-Type: application/json
body: hello
expect:
statusCode: 200
body: hello

0 comments on commit 2cef5bb

Please sign in to comment.