We've just spotted that the test customer-file endpoints in the spec (/admin/test/{regime}/customers and /admin/test/customers/{customerFileId}) do not match what is actually in the API (/admin/test/{regime}/customer-files and /admin/test/customer-files/{customerFileId}). This change fixes it.
We've just spotted that the test customer-file endpoints in the spec (
/admin/test/{regime}/customers
and/admin/test/customers/{customerFileId}
) do not match what is actually in the API (/admin/test/{regime}/customer-files
and/admin/test/customer-files/{customerFileId}
). This change fixes it.