Skip to content

Commit

Permalink
API-27122/ create new suite in loast lighthouse api standards
Browse files Browse the repository at this point in the history
  • Loading branch information
mheusgit committed Jul 18, 2023
1 parent db9428c commit c044e65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/suites/rulesets/fixtures/setup.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"va-endpoint-request-content-supported-mediatypes": ["Content's media type name must be one of the supported options"],
"va-endpoint-response-content-supported-mediatypes": ["Content's media type name must be one of the supported options"]
},
"lighthouseAPIStandards" : {
"lighthouse-api-standards" : {
"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 (- {})."],
"va-property-names-camel-case": ["`street_address_1` is not camelCase", "`street_address_2` is not camelCase", "`street_address_3` is not camelCase"]
}
Expand Down
2 changes: 1 addition & 1 deletion test/suites/suite-factory.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ describe('SuiteFactory', () => {
expect.arrayContaining([
PositiveSuite.suiteId,
'oas-ruleset',
'lighthouseAPIStandards',
'lighthouse-api-standards',
]),
);
});
Expand Down

0 comments on commit c044e65

Please sign in to comment.