Skip to content

Commit e15e043

Browse files
committed
fix test
1 parent 8c33d0e commit e15e043

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samplers/src/test/java/internal/RuleBasedRoutingSamplerComponentProviderTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ static Stream<Arguments> createInvalidArgs() {
173173
+ "rules:\n"
174174
+ " - attribute: url.path\n"
175175
+ " pattern: path\n",
176-
"rule_Based_routing sampler failed to create .fallback sampler"),
176+
"rule_based_routing sampler failed to create .fallback sampler"),
177177
Arguments.of(
178178
"fallback_sampler:\n"
179179
+ " always_on:\n"
@@ -218,6 +218,6 @@ static Stream<Arguments> createInvalidArgs() {
218218
+ " - attribute: url.path\n"
219219
+ " pattern: path\n"
220220
+ " action: foo\n",
221-
"rule_based_routing sampler .rules[].action is must be RECORD_AND_SAMPLE or DROP"));
221+
"rule_based_routing sampler .rules[].action must be RECORD_AND_SAMPLE or DROP"));
222222
}
223223
}

0 commit comments

Comments
 (0)