Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1685)

Unified Diff: tools/chrome_proxy/integration_tests/chrome_proxy_metrics.py

Issue 1550973002: Fix broken chrome_proxy unit tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix lint issues Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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):

Powered by Google App Engine
This is Rietveld 408576698