Skip to content

Commit 25f4494

Browse files
committed
PuppeteerHelper: fix getRemoteServiceURL
1 parent 54aff85 commit 25f4494

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/org/labkey/test/util/puppeteer/PuppeteerHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public static String getRemoteServiceURL()
3939
{
4040
// Note: We are explicitly using localhost here instead of WebTestHelper.getTargetServer() because on TC it will
4141
// use the hostname of the server, which is running Puppeteer with http, so API requests to it will be rejected.
42-
return "localhost:3031";
42+
return "http://localhost:3031";
4343
}
4444

4545
public static PuppeteerStatus getStatus(Connection connection) throws IOException, CommandException

0 commit comments

Comments
 (0)