Skip to content

Commit 17195d1

Browse files
committed
media test fixes
1 parent 84c9c8f commit 17195d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/Integration/v5/posts/posts.v5.feature

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Feature: Testing the Posts API
136136
"id": 14,
137137
"type": "media",
138138
"value": {
139-
"value": null
139+
"value": [null]
140140
}
141141
},
142142
{
@@ -391,7 +391,7 @@ Feature: Testing the Posts API
391391
"id": 14,
392392
"type": "media",
393393
"value": {
394-
"value": null
394+
"value": [null]
395395
}
396396
}
397397
],
@@ -618,7 +618,7 @@ Feature: Testing the Posts API
618618
"id": 14,
619619
"type": "media",
620620
"value": {
621-
"value": null
621+
"value": [null]
622622
}
623623
}
624624
],

0 commit comments

Comments
 (0)