Skip to content

Commit

Permalink
test: update schema test snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
pmelab committed Sep 13, 2023
1 parent 43fc935 commit 0e438a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/schema/specs/media.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ test('Image', async () => {
"data": {
"loadMediaImage": {
"alt": "A beautiful landscape.",
"source": "{\\"src\\":\\"http:\\\\/\\\\/127.0.0.1:8000\\\\/sites\\\\/default\\\\/files\\\\/2023-04\\\\/landscape.jpg\\",\\"width\\":2200,\\"height\\":1414}",
"source": "{\\"src\\":\\"http:\\\\/\\\\/127.0.0.1:8000\\\\/sites\\\\/default\\\\/files\\\\/2023-04\\\\/landscape.jpg\\",\\"width\\":2200,\\"height\\":1414,\\"originalSrc\\":\\"http:\\\\/\\\\/127.0.0.1:8000\\\\/sites\\\\/default\\\\/files\\\\/2023-04\\\\/landscape.jpg\\"}",
},
},
}
Expand Down

0 comments on commit 0e438a9

Please sign in to comment.