From 0e438a9ab837733c1dbfa4a0a92ab22b66857762 Mon Sep 17 00:00:00 2001 From: Philipp Melab Date: Wed, 13 Sep 2023 15:09:29 +0000 Subject: [PATCH] test: update schema test snapshots --- tests/schema/specs/media.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/schema/specs/media.spec.ts b/tests/schema/specs/media.spec.ts index 942e8b39c..54aee5b02 100644 --- a/tests/schema/specs/media.spec.ts +++ b/tests/schema/specs/media.spec.ts @@ -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\\"}", }, }, }