Closed dogeared closed 7 years ago
The framework spec says that the Register model returned as JSON should have form and accountStores keys in the response.
form
accountStores
It does not say that there can't be additional keys.
Currently, RegisterIT.registerServesJsonViewModel fails if there are more than 2 keys in the response.
RegisterIT.registerServesJsonViewModel
There is a requirement in the Java SDK to return the passwordPolicy in the view model. This is in support of the Client API.
However, the test is failing currently.
The framework spec says that the Register model returned as JSON should have
form
andaccountStores
keys in the response.It does not say that there can't be additional keys.
Currently,
RegisterIT.registerServesJsonViewModel
fails if there are more than 2 keys in the response.There is a requirement in the Java SDK to return the passwordPolicy in the view model. This is in support of the Client API.
However, the test is failing currently.