We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 790bea1 commit 7f4d136Copy full SHA for 7f4d136
java/src/org/labkey/remoteapi/test/Test.java
@@ -43,7 +43,7 @@ public class Test
43
public static void main(String[] args) throws Exception
44
{
45
String baseUrl = "http://localhost:8080/labkey";
46
- Connection cn = args.length < 2 ? new Connection(baseUrl) : new Connection(baseUrl, "israelh@labkey.com", "devdev1");
+ Connection cn = args.length < 2 ? new Connection(baseUrl) : new Connection(baseUrl, args[0], args[1]);
47
//Connection cn = new Connection(baseUrl, new ApiKeyCredentialsProvider("session:d7c3a4aeb283e3e54c4126a707908420"));
48
//Connection cn = new Connection(baseUrl, new NetRcCredentialsProvider(baseUrl));
49
0 commit comments