Skip to content

Commit 7f4d136

Browse files
author
i.hilerio
committed
Revert login parameters
SVN r64444 |2019-09-06 15:31:08 +0000
1 parent 790bea1 commit 7f4d136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/src/org/labkey/remoteapi/test/Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public class Test
4343
public static void main(String[] args) throws Exception
4444
{
4545
String baseUrl = "http://localhost:8080/labkey";
46-
Connection cn = args.length < 2 ? new Connection(baseUrl) : new Connection(baseUrl, "israelh@labkey.com", "devdev1");
46+
Connection cn = args.length < 2 ? new Connection(baseUrl) : new Connection(baseUrl, args[0], args[1]);
4747
//Connection cn = new Connection(baseUrl, new ApiKeyCredentialsProvider("session:d7c3a4aeb283e3e54c4126a707908420"));
4848
//Connection cn = new Connection(baseUrl, new NetRcCredentialsProvider(baseUrl));
4949

0 commit comments

Comments
 (0)