Switch the email on one of the test users to allow for testing of github login.

This commit is contained in:
yackob03 2013-10-10 13:44:07 -04:00
parent 87ff939ad2
commit e016d5822f
2 changed files with 1 additions and 1 deletions

View file

@ -72,7 +72,7 @@ if __name__ == '__main__':
logger.debug('Populating the DB with test data.')
new_user_1 = model.create_user('devtable', 'password',
'jake@devtable.com')
'jschorr@devtable.com')
new_user_1.verified = True
new_user_1.save()

BIN
test.db

Binary file not shown.