mirror of
https://github.com/strapi/strapi.git
synced 2025-12-12 15:32:42 +00:00
fix: use different email for testing
This commit is contained in:
parent
54cb286f94
commit
9472ddff19
@ -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,
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user