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

Unified Diff: tools/perf/fetch_benchmark_deps_unittest.py

Issue 2694713006: [Telemetry] Make fetch_benchmark_deps_unittest mock archive_info2 (Closed)
Patch Set: Created 3 years, 10 months 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/fetch_benchmark_deps_unittest.py
diff --git a/tools/perf/fetch_benchmark_deps_unittest.py b/tools/perf/fetch_benchmark_deps_unittest.py
index 12ead09c54f9e60ec3d713b72533f677be2bd14f..e85ce5f04fc7a081ad834c8243568b859d396652 100644
--- a/tools/perf/fetch_benchmark_deps_unittest.py
+++ b/tools/perf/fetch_benchmark_deps_unittest.py
@@ -44,7 +44,7 @@ class FetchBenchmarkDepsUnittest(unittest.TestCase):
"""
sys.argv[1] = benchmark_name
output = StringIO.StringIO()
- with mock.patch('telemetry.wpr.archive_info.WprArchiveInfo'
+ with mock.patch('telemetry.wpr.archive_info2.WprArchiveInfo'
'.DownloadArchivesIfNeeded') as mock_download:
with mock.patch('py_utils.cloud_storage'
'.GetFilesInDirectoryIfChanged') as mock_get:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698