Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
jpdjere committed Dec 27, 2024
1 parent be28c71 commit 05cdd2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ export default ({ getService }: FtrProviderContext): void => {
Object.entries(RULE_TYPE_FIELD_MAPPING).forEach(([ruleType, fields]) => {
describe(`${ruleType} rule simple fields`, () => {
fields.forEach((field) => {
const testValues = SIMPLE_FIELDS_MAP[field as SIMPLE_FIELDS];
const testValues = SIMPLE_FIELDS_MAP[field];
createTestSuite(ruleType as keyof RuleTypeToFields, field as SIMPLE_FIELDS, testValues, {
es,
supertest,
Expand Down

0 comments on commit 05cdd2f

Please sign in to comment.