add unittests of project & refactor response
[releng.git] / utils / test / result_collection_api / tests / unit / fake_pymongo.py
index e5ded37..a6d91ae 100644 (file)
@@ -126,7 +126,7 @@ class MemDb(object):
     def clear(self):
         self._remove()
 
-pod = MemDb()
-test_projects = MemDb()
+pods = MemDb()
+projects = MemDb()
 test_cases = MemDb()
 test_results = MemDb()