summaryrefslogtreecommitdiffstats
path: root/third_party/rust/glean/tests/schema.rs
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/rust/glean/tests/schema.rs')
-rw-r--r--third_party/rust/glean/tests/schema.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/third_party/rust/glean/tests/schema.rs b/third_party/rust/glean/tests/schema.rs
index 59132cd82a..2909ab1dd3 100644
--- a/third_party/rust/glean/tests/schema.rs
+++ b/third_party/rust/glean/tests/schema.rs
@@ -170,7 +170,8 @@ fn validate_against_schema() {
text_metric.set("loooooong text".repeat(100));
// Define a new ping and submit it.
- let custom_ping = glean::private::PingType::new(PING_NAME, true, true, true, true, vec![]);
+ let custom_ping =
+ glean::private::PingType::new(PING_NAME, true, true, true, true, true, vec![], vec![]);
custom_ping.submit(None);
// Wait for the ping to arrive.