We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3505a35 commit 9685b58Copy full SHA for 9685b58
cypress/integration/plugins/security-analytics-dashboards-plugin/2_rules.spec.js
@@ -41,7 +41,7 @@ const YAML_RULE_LINES = [
41
`level: ${SAMPLE_RULE.severity.toLowerCase()}`,
42
`status: ${SAMPLE_RULE.status}`,
43
`references:`,
44
- `- '${SAMPLE_RULE.references}'`,
+ `- ${SAMPLE_RULE.references}`,
45
`author: ${SAMPLE_RULE.author}`,
46
`detection:`,
47
...SAMPLE_RULE.detectionLine,
0 commit comments