Skip to content
Snippets Groups Projects
Commit cd0946c3 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Updated test to reflect changes in test username and password

parent f6f215e4
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,8 @@ public class UniversalMessagingTest {
um.setDistributionList(rList);
ResteasyClient client = new ResteasyClientBuilder().build();
client.register(new RESTAuthenticator("user", "userPass"));
//client.register(new RESTAuthenticator("user", "userPass"));
client.register(new RESTAuthenticator("VIPSLogic", "plmoknijbuhv000"));
//ResteasyWebTarget target = client.target("http://kart13utv.ad.skogoglandskap.no:8080");
//ResteasyWebTarget target = client.target("http://localhost:8080");
ResteasyWebTarget target = client.target("http://logic.testvips2.nibio.no");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment