Skip to content

Commit c044e65

Browse files
committed
API-27122/ create new suite in loast lighthouse api standards
Signed-off-by: [email protected] <[email protected]>
1 parent db9428c commit c044e65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/suites/rulesets/fixtures/setup.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"va-endpoint-request-content-supported-mediatypes": ["Content's media type name must be one of the supported options"],
1313
"va-endpoint-response-content-supported-mediatypes": ["Content's media type name must be one of the supported options"]
1414
},
15-
"lighthouseAPIStandards" : {
15+
"lighthouse-api-standards" : {
1616
"va-endpoint-operation-security": ["Security must be declared for each operation. If this endpoint does not require authentication set the security object to an array with one blank object (- {})."],
1717
"va-property-names-camel-case": ["`street_address_1` is not camelCase", "`street_address_2` is not camelCase", "`street_address_3` is not camelCase"]
1818
}

test/suites/suite-factory.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ describe('SuiteFactory', () => {
6060
expect.arrayContaining([
6161
PositiveSuite.suiteId,
6262
'oas-ruleset',
63-
'lighthouseAPIStandards',
63+
'lighthouse-api-standards',
6464
]),
6565
);
6666
});

0 commit comments

Comments
 (0)