Skip to content

Commit 494c491

Browse files
committed
Use login.newrelic.com because rpm.newrelic.com requires authentication now
1 parent 86d1e42 commit 494c491

File tree

1 file changed

+3
-3
lines changed
  • browsermob-legacy/src/test/java/net/lightbody/bmp/proxy

1 file changed

+3
-3
lines changed

browsermob-legacy/src/test/java/net/lightbody/bmp/proxy/SslTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ public void testSalesforce() throws Exception {
2828
@Test
2929
public void testNewRelic() throws Exception {
3030
// 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");
3333
get("https://foo.newrelic.com/");
3434
get("https://bar.newrelic.com/");
35-
get("https://rpm.newrelic.com/");
35+
get("https://login.newrelic.com/");
3636
}
3737

3838
private void get(String url) throws IOException {

0 commit comments

Comments
 (0)