@@ -1899,6 +1899,8 @@ describe('Messaging', () => {
18991899 collapseKey : 'test.key' ,
19001900 restrictedPackageName : 'test.package' ,
19011901 directBootOk : true ,
1902+ bandwidthConstrainedOk : true ,
1903+ restrictedSatelliteOk : true ,
19021904 notification : {
19031905 clickAction : 'test.click.action' ,
19041906 titleLocKey : 'title.loc.key' ,
@@ -1927,6 +1929,8 @@ describe('Messaging', () => {
19271929 collapse_key : 'test.key' ,
19281930 restricted_package_name : 'test.package' ,
19291931 direct_boot_ok : true ,
1932+ bandwidth_constrained_ok : true ,
1933+ restricted_satellite_ok : true ,
19301934 notification : {
19311935 click_action : 'test.click.action' ,
19321936 title_loc_key : 'title.loc.key' ,
@@ -1983,6 +1987,8 @@ describe('Messaging', () => {
19831987 collapseKey : 'test.key' ,
19841988 restrictedPackageName : 'test.package' ,
19851989 directBootOk : true ,
1990+ bandwidthConstrainedOk : true ,
1991+ restrictedSatelliteOk : true ,
19861992 ttl : 5 ,
19871993 data : {
19881994 k1 : 'v1' ,
@@ -2031,6 +2037,8 @@ describe('Messaging', () => {
20312037 collapse_key : 'test.key' ,
20322038 restricted_package_name : 'test.package' ,
20332039 direct_boot_ok : true ,
2040+ bandwidth_constrained_ok : true ,
2041+ restricted_satellite_ok : true ,
20342042 ttl : '0.005000000s' , // 5 ms = 5,000,000 ns
20352043 data : {
20362044 k1 : 'v1' ,
0 commit comments