Index: tools/chrome_proxy/integration_tests/chrome_proxy_metrics.py |
diff --git a/tools/chrome_proxy/integration_tests/chrome_proxy_metrics.py b/tools/chrome_proxy/integration_tests/chrome_proxy_metrics.py |
index 669168fb92171083c4881f12514dcdf1f6257075..d7578d97656a81f59c5cfdce1c9ab3125fddd6ce 100644 |
--- a/tools/chrome_proxy/integration_tests/chrome_proxy_metrics.py |
+++ b/tools/chrome_proxy/integration_tests/chrome_proxy_metrics.py |
@@ -417,7 +417,7 @@ class ChromeProxyMetric(network_metrics.NetworkMetric): |
' test URLs. Expected: 2, Actual: ' + str(eligible_response_count)) |
results.AddValue(scalar.ScalarValue(results.current_page, |
- 'BlockOnce_success', 'num_eligible_response', 2)) |
+ 'eligible_responses', 'count', 2)) |
def AddResultsForSafebrowsingOn(self, tab, results): |