java.lang.ClassCastException: java.util.LinkedHashMap cannot be cast to com.testing.models.Account

Я получаю ошибку ниже: java.lang.ClassCastException: java.util.LinkedHashMap cannot be cast to com.testing.models.Account с кодом ниже final int expectedId = 1; Test newTest = create(); int expectedResponseCode = Response.SC_OK; ArrayList<Account> account =...