зеркало из https://github.com/mozilla/treeherder.git
Bug 1108832 - Fix unit tests after disabling series summary
This commit is contained in:
Родитель
91b28912ff
Коммит
5594b9a242
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче