Skip to content

Commit f9a1d63

Browse files
committed
test method naming
1 parent 73794c1 commit f9a1d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation-api/src/test/java/io/opentelemetry/instrumentation/api/semconv/http/HttpClientAttributesExtractorTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ void normal() {
208208

209209
@ParameterizedTest
210210
@ArgumentsSource(StripUrlArgumentSource.class)
211-
void stripBasicAuthTest(String url, String expectedResult) {
211+
void shouldRedactUserInfoAndQueryParameters(String url, String expectedResult) {
212212
Map<String, String> request = new HashMap<>();
213213
request.put("urlFull", url);
214214

0 commit comments

Comments
 (0)