File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
browsermob-legacy/src/test/java/net/lightbody/bmp/proxy Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ public void testSalesforce() throws Exception {
28
28
@ Test
29
29
public void testNewRelic () throws Exception {
30
30
// see https://github.com/webmetrics/browsermob-proxy/issues/105
31
- proxy .remapHost ("foo.newrelic.com" , "rpm .newrelic.com" );
32
- proxy .remapHost ("bar.newrelic.com" , "rpm .newrelic.com" );
31
+ proxy .remapHost ("foo.newrelic.com" , "login .newrelic.com" );
32
+ proxy .remapHost ("bar.newrelic.com" , "login .newrelic.com" );
33
33
get ("https://foo.newrelic.com/" );
34
34
get ("https://bar.newrelic.com/" );
35
- get ("https://rpm .newrelic.com/" );
35
+ get ("https://login .newrelic.com/" );
36
36
}
37
37
38
38
private void get (String url ) throws IOException {
You can’t perform that action at this time.
0 commit comments