Fix appr tests to use the shared test fixtures

This commit is contained in:
Joseph Schorr 2017-04-24 23:08:28 -04:00
parent cc09e8738e
commit d895b4d5ff
6 changed files with 20 additions and 86 deletions

View file

@ -672,6 +672,9 @@ def populate_database(minimal=False, with_storage=False):
liborg = model.organization.create_organization('library', 'quay+library@devtable.com', new_user_1)
liborg.save()
titiorg = model.organization.create_organization('titi', 'quay+titi@devtable.com', new_user_1)
titiorg.save()
thirdorg = model.organization.create_organization('sellnsmall', 'quay+sell@devtable.com', new_user_1)
thirdorg.save()