Bug 1835656 - messaging_system.invalid_nested_data is on the wrong ping, r=chutten

Differential Revision: https://phabricator.services.mozilla.com/D179851
This commit is contained in:
Dan Mosedale 2023-06-02 20:09:40 +00:00
Родитель 5d59c7aecd
Коммит 385c09263b
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1000,7 +1000,7 @@ messaging_system:
- chutten@mozilla.com
expires: never
send_in_pings:
- metrics
- messaging-system
messaging_system.attribution:

Просмотреть файл

@ -53,7 +53,7 @@ add_task(function test_weird_data() {
Assert.equal(
Glean.messagingSystem.invalidNestedData[
invalidNestedDataKey
].testGetValue(),
].testGetValue("messaging-system"),
1,
"caught the invalid nested data"
);