Skip to content

Commit

Permalink
Update multipart snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
kitten committed May 24, 2022
1 parent 40a3320 commit 11d472b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
exports[`on error returns error data 1`] = `
Object {
"data": undefined,
"error": [CombinedError: [Network] {}],
"error": [CombinedError: [Network] No Content],
"extensions": undefined,
"operation": Object {
"context": Object {
Expand Down Expand Up @@ -142,7 +142,7 @@ query getUser($name: String) { user(name: $name) { id firstName lastName } }",
exports[`on error returns error data with status 400 and manual redirect mode 1`] = `
Object {
"data": undefined,
"error": [CombinedError: [Network] {}],
"error": [CombinedError: [Network] No Content],
"extensions": undefined,
"operation": Object {
"context": Object {
Expand Down

0 comments on commit 11d472b

Please sign in to comment.