Skip to content

Commit 066cad0

Browse files
Correct snapshot
1 parent 2e6b1ba commit 066cad0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/next-drupal/tests/NextDrupal/__snapshots__/resource-methods.test.ts.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1088,7 +1088,7 @@ exports[`getResource() fetches raw data 1`] = `
10881088
},
10891089
"links": {
10901090
"self": {
1091-
"href": "https://tests.next-drupal.org/jsonapi/node/recipe/71e04ead-4cc7-416c-b9ca-60b635fdc50f",
1091+
"href": "https://tests.next-drupal.org/en/jsonapi/node/recipe/71e04ead-4cc7-416c-b9ca-60b635fdc50f",
10921092
},
10931093
},
10941094
}
@@ -1463,7 +1463,7 @@ exports[`getResourceByPath() fetches raw data 1`] = `
14631463
},
14641464
"links": {
14651465
"self": {
1466-
"href": "https://tests.next-drupal.org/jsonapi/node/recipe/71e04ead-4cc7-416c-b9ca-60b635fdc50f",
1466+
"href": "https://tests.next-drupal.org/en/jsonapi/node/recipe/71e04ead-4cc7-416c-b9ca-60b635fdc50f",
14671467
},
14681468
},
14691469
}

0 commit comments

Comments
 (0)