Skip to content

Commit a0e0b73

Browse files
author
Maria Farooq
committed
updated comment
1 parent 4804d6e commit a0e0b73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/ClientsEndpointTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public void createClientTest() throws ClientProtocolException, IOException, Pars
121121
assertTrue(bobPhone.register(reqUri, "bob", "RestComm1234", bobContact, 1800, 1800));
122122
assertTrue(bobPhone.unregister(bobContact, 0));
123123

124-
//update password
124+
//update password and test register again
125125
Client jersey = getClient(superadminAccountSid, developeerAuthToken);
126126
WebResource resource = jersey.resource( getResourceUrl("/2012-04-24/Accounts/" + superadminAccountSid + "/Clients/" + clientSID2 ) );
127127
MultivaluedMap<String, String> params = new MultivaluedMapImpl();

0 commit comments

Comments
 (0)