@@ -1445,7 +1445,7 @@ class InAppTests: XCTestCase {
1445
1445
[
1446
1446
{
1447
1447
" saveToInbox " : false,
1448
- " jsonOnly " : 1 ,
1448
+ " jsonOnly " : true ,
1449
1449
" customPayload " : { " key " : " value " },
1450
1450
" content " : {
1451
1451
" html " : " <meta name= \\ " viewport \\ " content= \\ " width=device-width \\ " > " ,
@@ -1496,7 +1496,7 @@ class InAppTests: XCTestCase {
1496
1496
[
1497
1497
{
1498
1498
" saveToInbox " : false,
1499
- " jsonOnly " : 1 ,
1499
+ " jsonOnly " : true ,
1500
1500
" messageType " : " Mobile " ,
1501
1501
" typeOfContent " : " Static " ,
1502
1502
" customPayload " : {
@@ -1579,7 +1579,7 @@ class InAppTests: XCTestCase {
1579
1579
[
1580
1580
{
1581
1581
" saveToInbox " : false,
1582
- " jsonOnly " : 1 ,
1582
+ " jsonOnly " : true ,
1583
1583
" messageType " : " Mobile " ,
1584
1584
" typeOfContent " : " Static " ,
1585
1585
" customPayload " : { " key " : " immediate " },
@@ -1598,7 +1598,7 @@ class InAppTests: XCTestCase {
1598
1598
},
1599
1599
{
1600
1600
" saveToInbox " : false,
1601
- " jsonOnly " : 1 ,
1601
+ " jsonOnly " : true ,
1602
1602
" messageType " : " Mobile " ,
1603
1603
" typeOfContent " : " Static " ,
1604
1604
" customPayload " : { " key " : " never " },
@@ -1640,7 +1640,7 @@ class InAppTests: XCTestCase {
1640
1640
[
1641
1641
{
1642
1642
" saveToInbox " : false,
1643
- " jsonOnly " : 1 ,
1643
+ " jsonOnly " : true ,
1644
1644
" messageType " : " Mobile " ,
1645
1645
" typeOfContent " : " Static " ,
1646
1646
" content " : {
@@ -1694,7 +1694,7 @@ class InAppTests: XCTestCase {
1694
1694
[
1695
1695
{
1696
1696
" saveToInbox " : false,
1697
- " jsonOnly " : 1 ,
1697
+ " jsonOnly " : true ,
1698
1698
" messageType " : " Mobile " ,
1699
1699
" typeOfContent " : " Static " ,
1700
1700
" customPayload " : {},
@@ -1748,7 +1748,7 @@ class InAppTests: XCTestCase {
1748
1748
[
1749
1749
{
1750
1750
" saveToInbox " : true,
1751
- " jsonOnly " : 1 ,
1751
+ " jsonOnly " : true ,
1752
1752
" messageType " : " Mobile " ,
1753
1753
" typeOfContent " : " Static " ,
1754
1754
" customPayload " : { " key " : " value " },
@@ -1805,7 +1805,7 @@ class InAppTests: XCTestCase {
1805
1805
[
1806
1806
{
1807
1807
" saveToInbox " : false,
1808
- " jsonOnly " : 1 ,
1808
+ " jsonOnly " : true ,
1809
1809
" messageType " : " Mobile " ,
1810
1810
" typeOfContent " : " Static " ,
1811
1811
" customPayload " : {
0 commit comments