fix: use different email for testing

This commit is contained in:
Marc-Roig 2023-08-21 14:51:34 +02:00
parent 54cb286f94
commit 9472ddff19
No known key found for this signature in database
GPG Key ID: FB4E2C43A0BEE249

View File

@ -137,7 +137,7 @@ describe('Relations', () => {
);
user = await createEntry('plugin::users-permissions.user', {
username: 'Alice',
email: 'test@strapi.io',
email: 'test-relations@strapi.io',
password: '1234-never-gonna-hack-you-up',
role: 1,
});