Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
fixed test_60_relist_projects change
Browse files Browse the repository at this point in the history
  • Loading branch information
tunstek committed Nov 7, 2019
1 parent 0e3eaf4 commit e2778ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ def test_50_select_not_finished(self):
def test_60_relist_projects(self):
if hasattr(self.resultdb, '_list_project'):
self.resultdb._list_project()
self.assertNotIn('_users', self.resultdb.projects)
self.assertNotIn('system.indexes', self.resultdb.projects)

def test_z10_drop(self):
self.resultdb.save('drop_project2', 'test_taskid', 'test_url', 'result')
Expand Down

0 comments on commit e2778ee

Please sign in to comment.