# Cannot retrieve attributes from other tables
$t->get_ok("//$userid:$password@/api/v1/erm/extended_attribute_types?resource_type=order")->status_is(400)
->json_is(
->json_is( "/errors" =>
"/errors" => [ { message => "Not in enum list: license, agreement, package.", path => "/resource_type" } ] );
[ { message => "Not in enum list: license, agreement, package, title.", path => "/resource_type" } ] );
# Warn on unsupported query parameter
$t->get_ok("//$userid:$password@/api/v1/erm/extended_attribute_types?blah=blah")->status_is(400)
-