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 a253d89 commit 27d7fb8Copy full SHA for 27d7fb8
src/test/java/itest/PresetRulesIT.java
@@ -71,7 +71,7 @@ public void shouldHavePresetQuarkusRule() throws Exception {
71
Matchers.equalTo("template=Quarkus,type=PRESET"));
72
MatcherAssert.assertThat(
73
json.get("matchExpression").asText(),
74
- Matchers.equalTo("jfrEventTypeIds(target).exists(x, x.contains(\"quarkus\"))"));
+ Matchers.equalTo("jfrEventTypeIds(target).exists(x, x.startsWith(\"quarkus\"))"));
75
MatcherAssert.assertThat(json.get("enabled").asBoolean(), Matchers.is(false));
76
}
77
0 commit comments