Add a test for deleting a user with a user prompt

This commit is contained in:
Joseph Schorr 2016-11-08 18:27:12 -05:00
parent 83e8d62bea
commit bf2804bd4d
2 changed files with 6 additions and 1 deletions

View file

@ -783,7 +783,7 @@ def populate_database(minimal=False, with_storage=False):
fake_queue = WorkQueue('fakequeue', tf)
fake_queue.put(['canonical', 'job', 'name'], '{}')
model.user.create_user_prompt(new_user_5, 'confirm_username')
model.user.create_user_prompt(new_user_4, 'confirm_username')
while repositoryactioncounter.count_repository_actions():
pass