Skip to content

Commit

Permalink
media test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ushahidlee committed Oct 23, 2024
1 parent 84c9c8f commit 17195d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/Integration/v5/posts/posts.v5.feature
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Feature: Testing the Posts API
"id": 14,
"type": "media",
"value": {
"value": null
"value": [null]
}
},
{
Expand Down Expand Up @@ -391,7 +391,7 @@ Feature: Testing the Posts API
"id": 14,
"type": "media",
"value": {
"value": null
"value": [null]
}
}
],
Expand Down Expand Up @@ -618,7 +618,7 @@ Feature: Testing the Posts API
"id": 14,
"type": "media",
"value": {
"value": null
"value": [null]
}
}
],
Expand Down

0 comments on commit 17195d1

Please sign in to comment.