Skip to content

Commit 75193e8

Browse files
authored
[MOB-9233] Fix tests for json only in app messages (#883)
1 parent 16b8864 commit 75193e8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

tests/unit-tests/InAppTests.swift

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1445,7 +1445,7 @@ class InAppTests: XCTestCase {
14451445
[
14461446
{
14471447
"saveToInbox": false,
1448-
"jsonOnly": 1,
1448+
"jsonOnly": true,
14491449
"customPayload": {"key": "value"},
14501450
"content": {
14511451
"html": "<meta name=\\"viewport\\" content=\\"width=device-width\\">",
@@ -1496,7 +1496,7 @@ class InAppTests: XCTestCase {
14961496
[
14971497
{
14981498
"saveToInbox": false,
1499-
"jsonOnly": 1,
1499+
"jsonOnly": true,
15001500
"messageType": "Mobile",
15011501
"typeOfContent": "Static",
15021502
"customPayload": {
@@ -1579,7 +1579,7 @@ class InAppTests: XCTestCase {
15791579
[
15801580
{
15811581
"saveToInbox": false,
1582-
"jsonOnly": 1,
1582+
"jsonOnly": true,
15831583
"messageType": "Mobile",
15841584
"typeOfContent": "Static",
15851585
"customPayload": {"key": "immediate"},
@@ -1598,7 +1598,7 @@ class InAppTests: XCTestCase {
15981598
},
15991599
{
16001600
"saveToInbox": false,
1601-
"jsonOnly": 1,
1601+
"jsonOnly": true,
16021602
"messageType": "Mobile",
16031603
"typeOfContent": "Static",
16041604
"customPayload": {"key": "never"},
@@ -1640,7 +1640,7 @@ class InAppTests: XCTestCase {
16401640
[
16411641
{
16421642
"saveToInbox": false,
1643-
"jsonOnly": 1,
1643+
"jsonOnly": true,
16441644
"messageType": "Mobile",
16451645
"typeOfContent": "Static",
16461646
"content": {
@@ -1694,7 +1694,7 @@ class InAppTests: XCTestCase {
16941694
[
16951695
{
16961696
"saveToInbox": false,
1697-
"jsonOnly": 1,
1697+
"jsonOnly": true,
16981698
"messageType": "Mobile",
16991699
"typeOfContent": "Static",
17001700
"customPayload": {},
@@ -1748,7 +1748,7 @@ class InAppTests: XCTestCase {
17481748
[
17491749
{
17501750
"saveToInbox": true,
1751-
"jsonOnly": 1,
1751+
"jsonOnly": true,
17521752
"messageType": "Mobile",
17531753
"typeOfContent": "Static",
17541754
"customPayload": {"key": "value"},
@@ -1805,7 +1805,7 @@ class InAppTests: XCTestCase {
18051805
[
18061806
{
18071807
"saveToInbox": false,
1808-
"jsonOnly": 1,
1808+
"jsonOnly": true,
18091809
"messageType": "Mobile",
18101810
"typeOfContent": "Static",
18111811
"customPayload": {

0 commit comments

Comments
 (0)