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

Unified Diff: tracing/tracing/value/histogram_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 | « tracing/tracing/value/histogram.py ('k') | tracing/tracing/value/ui/merged_telemetry_info_span.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/value/histogram_unittest.py
diff --git a/tracing/tracing/value/histogram_unittest.py b/tracing/tracing/value/histogram_unittest.py
index 6dec510c80b3a68e863ac45ea1f1f8261041e1d5..ad9e021c2c52a31f2cc69aa7c44619471dcb25fe 100644
--- a/tracing/tracing/value/histogram_unittest.py
+++ b/tracing/tracing/value/histogram_unittest.py
@@ -603,7 +603,6 @@ class TelemetryInfoUnittest(unittest.TestCase):
'storyDisplayName': 'story',
'storyGroupingKeys': {'a': 'b'},
'storysetRepeatCounter': 1,
- 'storyUrl': 'url',
'legacyTIRLabel': 'tir',
})
d = info.AsDict()
@@ -615,7 +614,6 @@ class TelemetryInfoUnittest(unittest.TestCase):
self.assertEqual(clone.story_display_name, 'story')
self.assertEqual(clone.story_grouping_keys['a'], 'b')
self.assertEqual(clone.storyset_repeat_counter, 1)
- self.assertEqual(clone.story_url, 'url')
self.assertEqual(clone.legacy_tir_label, 'tir')
« no previous file with comments | « tracing/tracing/value/histogram.py ('k') | tracing/tracing/value/ui/merged_telemetry_info_span.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698