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

Unified Diff: telemetry/telemetry/web_perf/timeline_based_page_test_unittest.py

Issue 2749533003: [Telemetry] Remove URL from TelemetryInfo. (Closed)
Patch Set: [Telemetry] Remove URL from TelemetryInfo. Created 3 years, 9 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 | « telemetry/telemetry/internal/results/page_test_results.py ('k') | tracing/bin/valueset2html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/telemetry/web_perf/timeline_based_page_test_unittest.py
diff --git a/telemetry/telemetry/web_perf/timeline_based_page_test_unittest.py b/telemetry/telemetry/web_perf/timeline_based_page_test_unittest.py
index 9c88e565f37cc976127ce33c87bb888ce4543bdc..07572509f2ed80caddf7810a594d95509de4342f 100644
--- a/telemetry/telemetry/web_perf/timeline_based_page_test_unittest.py
+++ b/telemetry/telemetry/web_perf/timeline_based_page_test_unittest.py
@@ -140,8 +140,6 @@ class TimelineBasedPageTestTest(page_test_test_case.PageTestTestCase):
telemetry_info['storyDisplayName'])
self.assertNotIn('storyGroupingKeys', telemetry_info)
self.assertEqual(0, telemetry_info['storysetRepeatCounter'])
- self.assertEqual('file://interaction_enabled_page.html',
- telemetry_info['storyUrl'])
v_foo = results.FindAllPageSpecificValuesNamed('foo_avg')
self.assertEquals(len(v_foo), 1)
self.assertEquals(v_foo[0].value, 50)
« no previous file with comments | « telemetry/telemetry/internal/results/page_test_results.py ('k') | tracing/bin/valueset2html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698