Strapi relations in the test environment

I have configured my test environment using jest and supertest and I’m running my tests however I’m having a challenge with creating data that relates to the user. I have crafted the tests however I’m failing to align the data structure when posting the data. I have attached the code snippets of the test spec, message attributes and the test results in the console. Any help figuring out the problem is fine. Thanks

This topic has been created from a Discord post (1262696132945907794) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord

This is the test spec

These are the attributes in my message

These are the test results

These are the test results