From 2cef5bbf19a8f2e1a6f89faafc9ac147b2d7464e Mon Sep 17 00:00:00 2001 From: Ink33 Date: Sun, 13 Aug 2023 15:09:04 +0800 Subject: [PATCH] style: revert style change to yaml revert 78680f Signed-off-by: Ink33 --- .../collector/pkg/testdata/sample_suite.yaml | 38 +++++++++---------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/extensions/collector/pkg/testdata/sample_suite.yaml b/extensions/collector/pkg/testdata/sample_suite.yaml index ed9556bc..c3a69b01 100644 --- a/extensions/collector/pkg/testdata/sample_suite.yaml +++ b/extensions/collector/pkg/testdata/sample_suite.yaml @@ -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