- shouldCreateAccountsAndTransferMoney fix

This commit is contained in:
dartpopikyardo
2016-09-09 21:14:33 +03:00
parent 258646a4d6
commit df4204f9a2

View File

@@ -47,7 +47,7 @@ public abstract class AbstractRestAPITest {
final String fromAccountId = fromAccount.getAccountId();
CreateAccountResponse toAccount = getAuthenticatedRestTemplate().postForEntity(baseUrl("/accounts"),
new CreateAccountRequest("00000000-00000000", "My 2 Account", "", initialToAccountBalance),
new CreateAccountRequest(customerId, "My 2 Account", "", initialToAccountBalance),
CreateAccountResponse.class, email, password);
String toAccountId = toAccount.getAccountId();