Skip to content

Commit 5d8d70e

Browse files
committed
replace obsoleted ctor with builder method
1 parent fa52b4d commit 5d8d70e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dd-java-agent/instrumentation/vertx-web-5.0/src/test/groovy/core/MultiMapInstrumentationTest.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ class MultiMapInstrumentationTest extends AgentTestRunner {
168168
169169
private List<MultiMap> multiMaps() {
170170
return [
171-
new HeadersMultiMap(),
171+
HeadersMultiMap.caseInsensitive(),
172172
new HeadersAdaptor(new DefaultHttpHeaders()),
173173
new Http2HeadersAdaptor(new DefaultHttp2Headers())
174174
]

0 commit comments

Comments
 (0)