Bug 1108832 - Fix unit tests after disabling series summary

This commit is contained in:
William Lachance 2015-03-09 11:09:11 -04:00
Родитель 91b28912ff
Коммит 5594b9a242
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -38,8 +38,7 @@ def test_adapt_and_load():
"property3": "value3"
}
# one extra result for the summary series
result_count += (len(datum['blob']["results"]) + 1)
result_count += len(datum['blob']["results"])
# Mimic production environment, the blobs are serialized
# when the web service receives them