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

Unified Diff: tools/telemetry/telemetry/internal/util/find_dependencies_unittest.py

Issue 1233853003: [Telemetry] Fix telemetry's find_dependencies_unittest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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/telemetry/telemetry/internal/util/find_dependencies_unittest.py
diff --git a/tools/telemetry/telemetry/internal/util/find_dependencies_unittest.py b/tools/telemetry/telemetry/internal/util/find_dependencies_unittest.py
index 7376fbc8c510ae73bdf3823b47a4b7c83a0c91ab..28c57805b7afc478cd43fbde3966df957fa456b5 100644
--- a/tools/telemetry/telemetry/internal/util/find_dependencies_unittest.py
+++ b/tools/telemetry/telemetry/internal/util/find_dependencies_unittest.py
@@ -23,7 +23,7 @@ class FindDependenciesTest(unittest.TestCase):
'Could not find a depot_tools installation with gsutil.')
def testGsutil(self):
parser = optparse.OptionParser()
- find_dependencies.FindDependenciesCommand.AddCommandLineArgs(parser)
+ find_dependencies.FindDependenciesCommand.AddCommandLineArgs(parser, None)
options, _ = parser.parse_args([])
try:
« 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