Skip to content

Commit

Permalink
Fix Java_UT by aligning expected tags
Browse files Browse the repository at this point in the history
  • Loading branch information
csaba-sagi-sonarsource authored and mary-georgiou-sonarsource committed Mar 17, 2023
1 parent c7e5d96 commit 7b10121
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -158,7 +158,7 @@ public void test_tags_are_set() {
definition.define(context);
RulesDefinition.Rule rule = context.repository("csharpsquid").rule(SECURITY_HOTSPOT_RULE_KEY);

assertThat(rule.tags()).containsExactly("cwe", "owasp-a8");
assertThat(rule.tags()).containsExactly("cwe");
}

@Test
Expand Down

0 comments on commit 7b10121

Please sign in to comment.