Skip to content

Commit

Permalink
Update fedramp_extensions_steps.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
wandmagic committed Nov 26, 2024
1 parent 523b9bb commit d72f264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/steps/fedramp_extensions_steps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ Then('I should verify that all constraints follow the style guide constraint', a
for (const file_name of constraint_files) {
const filePath = join(constraintDir, file_name.trim());
try {
const {isValid,log} = await validateDocument(filePath,{flags:['disable-schema'],quiet,extensions:[styleGuidePath],module:"http://csrc.nist.gov/ns/oscal/metaschema/1.0"},executor)
const {isValid,log} = await validateDocument(filePath,{flags:['disable-schema'],quiet,extensions:[styleGuidePath],module:"http://csrc.nist.gov/ns/oscal/metaschema/1.0"},'oscal-cli')
writeFileSync(
join(
__dirname,
Expand Down

0 comments on commit d72f264

Please sign in to comment.