Switch the email on one of the test users to allow for testing of github login.
This commit is contained in:
parent
87ff939ad2
commit
e016d5822f
2 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ if __name__ == '__main__':
|
||||||
logger.debug('Populating the DB with test data.')
|
logger.debug('Populating the DB with test data.')
|
||||||
|
|
||||||
new_user_1 = model.create_user('devtable', 'password',
|
new_user_1 = model.create_user('devtable', 'password',
|
||||||
'jake@devtable.com')
|
'jschorr@devtable.com')
|
||||||
new_user_1.verified = True
|
new_user_1.verified = True
|
||||||
new_user_1.save()
|
new_user_1.save()
|
||||||
|
|
||||||
|
|
BIN
test.db
BIN
test.db
Binary file not shown.
Reference in a new issue