File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
samplers/src/test/java/internal Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments