File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
glean/tests/integration/schema Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -156,3 +156,16 @@ for_testing:
156156 send_in_pings :
157157 - testing
158158 unit : sample
159+ url :
160+ type : url
161+ description : |
162+ Sample url metric.
163+ bugs :
164+ - https://bugzilla.mozilla.org/000000
165+ data_reviews :
166+ - https://bugzilla.mozilla.org/show_bug.cgi?id=000000#c3
167+ notification_emails :
168+ - me@mozilla.com
169+ expires : never
170+ send_in_pings :
171+ - testing
Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ describe("schema", function() {
110110 metrics . string . set ( "let's go" ) ;
111111 metrics . timespan . setRawNanos ( 10 * 10 ** 6 ) ;
112112 metrics . uuid . generateAndSet ( ) ;
113+ metrics . url . set ( "glean://test" ) ;
113114 /* eslint-enable @typescript-eslint/no-unsafe-call, @typescript-eslint/no-unsafe-member-access */
114115
115116 // Set up the http client to catch the ping we will submit.
You can’t perform that action at this time.
0 commit comments