Skip to content

Commit 6e8ddad

Browse files
test: update snapshots
1 parent be49e4f commit 6e8ddad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/__snapshots__/e2e.test.ts.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ exports[`nuxt-api-party > throws error for invalid response with $testApi 1`] =
5757
"data": {
5858
"reason": "anything",
5959
},
60+
"error": true,
6061
"message": "Not Found",
61-
"stack": "",
6262
"statusCode": 404,
6363
"statusMessage": "Not Found",
64-
"url": "/api/foo/bar",
64+
"url": "http://localhost/api/foo/bar",
6565
}
6666
`;

0 commit comments

Comments
 (0)