aboutsummaryrefslogtreecommitdiff
path: root/catapult/systrace/profile_chrome/chrome_startup_tracing_agent_unittest.py
diff options
context:
space:
mode:
Diffstat (limited to 'catapult/systrace/profile_chrome/chrome_startup_tracing_agent_unittest.py')
-rw-r--r--catapult/systrace/profile_chrome/chrome_startup_tracing_agent_unittest.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/catapult/systrace/profile_chrome/chrome_startup_tracing_agent_unittest.py b/catapult/systrace/profile_chrome/chrome_startup_tracing_agent_unittest.py
index 289e52d2..6123c3c3 100644
--- a/catapult/systrace/profile_chrome/chrome_startup_tracing_agent_unittest.py
+++ b/catapult/systrace/profile_chrome/chrome_startup_tracing_agent_unittest.py
@@ -17,7 +17,11 @@ class ChromeAgentTest(agents_unittest.BaseAgentTest):
@decorators.Disabled
def testTracing(self):
agent = chrome_startup_tracing_agent.ChromeStartupTracingAgent(
- self.device, self.package_info, False, 'https://www.google.com')
+ self.device, self.package_info,
+ '', # webapk_package
+ False, # cold
+ 'https://www.google.com' # url
+ )
try:
agent.StartAgentTracing(None)