Skip to content

Commit 86bb29b

Browse files
author
hirsch88
committed
Adjust e2e user test
1 parent a31beab commit 86bb29b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e/User.test.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ describe('/users', () => {
1010
const testUser = {
1111
firstName: 'Hans',
1212
lastName: 'Muster',
13-
email: 'hans@muster.ch',
13+
email: 'hans@gmail.com',
1414
auth0UserId: '1234'
1515
};
1616

1717
const testUserUpdated = {
1818
firstName: 'Horst',
1919
lastName: 'Maier',
20-
email: 'horst@maier.ch'
20+
email: 'horst@gmail.com'
2121
};
2222

2323
let token;

0 commit comments

Comments
 (0)