Add the stripe id to the devtable user to suppress the notifications.
This commit is contained in:
parent
93a5243434
commit
53c079fdc4
2 changed files with 1 additions and 0 deletions
|
@ -164,6 +164,7 @@ def populate_database():
|
|||
new_user_1 = model.create_user('devtable', 'password',
|
||||
'jschorr@devtable.com')
|
||||
new_user_1.verified = True
|
||||
new_user_1.stripe_id = TEST_STRIPE_ID
|
||||
new_user_1.save()
|
||||
|
||||
model.create_robot('dtrobot', new_user_1)
|
||||
|
|
Binary file not shown.
Reference in a new issue