I'm new to scala and I'm writing feature tests for a finatra and slick app, and I can't figure out why the response header is always sending back my resources as so:
{
success: true,
failure: false,
value: {
resources...
}
}
Has anyone encountered this before? How can I get the response body to just return the resources (the value
).