Skip to content

Commit

Permalink
Renamed package
Browse files Browse the repository at this point in the history
  • Loading branch information
monu-k2io committed Sep 21, 2023
1 parent 4fdc2cc commit 3b2fec3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.nr.instrumentation.security.httpclient5;
package com.newrelic.agent.security.instrumentation.httpclient5;

import com.newrelic.agent.security.introspec.InstrumentationTestConfig;
import com.newrelic.agent.security.introspec.SecurityInstrumentationTestRunner;
Expand Down Expand Up @@ -29,7 +29,7 @@
import java.util.UUID;

@RunWith(SecurityInstrumentationTestRunner.class)
@InstrumentationTestConfig(includePrefixes = "com.nr.agent.instrumentation.security.httpclient50")
@InstrumentationTestConfig(includePrefixes = "com.newrelic.agent.security.instrumentation.httpclient50")
public class HttpClientTest {
@ClassRule
public static HttpServerRule server = new HttpServerRule();
Expand Down

0 comments on commit 3b2fec3

Please sign in to comment.