Skip to content

Commit 9685b58

Browse files
authored
Fix rules spec (#1860)
1 parent 3505a35 commit 9685b58

File tree

1 file changed

+1
-1
lines changed
  • cypress/integration/plugins/security-analytics-dashboards-plugin

1 file changed

+1
-1
lines changed

cypress/integration/plugins/security-analytics-dashboards-plugin/2_rules.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const YAML_RULE_LINES = [
4141
`level: ${SAMPLE_RULE.severity.toLowerCase()}`,
4242
`status: ${SAMPLE_RULE.status}`,
4343
`references:`,
44-
`- '${SAMPLE_RULE.references}'`,
44+
`- ${SAMPLE_RULE.references}`,
4545
`author: ${SAMPLE_RULE.author}`,
4646
`detection:`,
4747
...SAMPLE_RULE.detectionLine,

0 commit comments

Comments
 (0)