Change mock accounts credentials

The names and usernames don't follow a canonical pattern
And the emails point to a valid domain not owned by osem and not
reserved for illustration purposes

Normalize the users' names and usernames and change the domain of the
email addresses to example.com

Fix #1365
This commit is contained in:
AEtherC0r3 2017-03-18 22:43:46 +02:00 committed by Stella Rouzi
parent 5be1ad52ee
commit 9341edd9cb
3 changed files with 29 additions and 29 deletions

View file

@ -14,7 +14,7 @@ module OmniauthMacros
uid: 'google-test-uid-1',
info: {
name: 'new user name',
email: 'test-1@gmail.com'
email: 'test-1@example.com'
},
credentials: {
token: 'mock_token',
@ -30,7 +30,7 @@ module OmniauthMacros
uid: 'facebook-test-uid-1',
info: {
name: 'new user fb name',
email: 'test-1@gmail.com'
email: 'test-1@example.com'
},
credentials: {
token: 'mock_token',
@ -48,7 +48,7 @@ module OmniauthMacros
uid: 'google-test-uid-participant-1',
info: {
name: 'existing user participant name',
email: 'test-participant-1@google.com'
email: 'test-participant-1@example.com'
},
credentials: {
token: 'mock_token',
@ -66,7 +66,7 @@ module OmniauthMacros
uid: 'google-test-uid-admin-1',
info: {
name: 'existing user admin name',
email: 'test-admin-1@google.com'
email: 'test-admin-1@example.com'
},
credentials: {
token: 'mock_token',