This commit is contained in:
Rob Hudson 2013-06-05 14:53:30 -07:00
Родитель 6aac47c4a8
Коммит c7543b027b
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -311,6 +311,10 @@ class TestApi(BaseOAuth, ESTestCase):
eq_(int(objects[1]['id']), unknown1.id)
eq_(int(objects[2]['id']), self.webapp.id)
# Cleanup to remove these from the index.
unknown1.delete()
unknown2.delete()
class TestApiFeatures(BaseOAuth, ESTestCase):
fixtures = fixture('webapp_337141')