mirror of
https://github.com/strapi/strapi.git
synced 2025-12-12 23:44:08 +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', {
|
user = await createEntry('plugin::users-permissions.user', {
|
||||||
username: 'Alice',
|
username: 'Alice',
|
||||||
email: 'test@strapi.io',
|
email: 'test-relations@strapi.io',
|
||||||
password: '1234-never-gonna-hack-you-up',
|
password: '1234-never-gonna-hack-you-up',
|
||||||
role: 1,
|
role: 1,
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user