front: Fix status and body of response in fixtures for successful requests.
This commit is contained in:
parent
100d50411f
commit
0d3189b3b0
|
@ -9,13 +9,8 @@
|
|||
"status": "archived"
|
||||
}
|
||||
},
|
||||
"response": {
|
||||
"error": {
|
||||
"title": "Unauthenticated",
|
||||
"message": "Provided token is not a JSON Web Token"
|
||||
}
|
||||
},
|
||||
"response": "",
|
||||
"response-headers": {
|
||||
"Status": "401 Unauthorized"
|
||||
"status": 200
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,13 +10,8 @@
|
|||
"body": "@bender, I thought you were supposed to be cooking for this party."
|
||||
}
|
||||
},
|
||||
"response": {
|
||||
"error": {
|
||||
"title": "Unauthenticated",
|
||||
"message": "Provided token is not a JSON Web Token"
|
||||
}
|
||||
},
|
||||
"response": "",
|
||||
"response-headers": {
|
||||
"Status": "401 Unauthorized"
|
||||
"status": 200
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,13 +9,8 @@
|
|||
"status": "deleted"
|
||||
}
|
||||
},
|
||||
"response": {
|
||||
"error": {
|
||||
"title": "Unauthenticated",
|
||||
"message": "Provided token is not a JSON Web Token"
|
||||
}
|
||||
},
|
||||
"response": "",
|
||||
"response-headers": {
|
||||
"Status": "401 Unauthorized"
|
||||
"status": 200
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,13 +9,8 @@
|
|||
"status": "open"
|
||||
}
|
||||
},
|
||||
"response": {
|
||||
"error": {
|
||||
"title": "Unauthenticated",
|
||||
"message": "Provided token is not a JSON Web Token"
|
||||
}
|
||||
},
|
||||
"response": "",
|
||||
"response-headers": {
|
||||
"Status": "401 Unauthorized"
|
||||
"status": 200
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,13 +9,8 @@
|
|||
"status": "spam"
|
||||
}
|
||||
},
|
||||
"response": {
|
||||
"error": {
|
||||
"title": "Unauthenticated",
|
||||
"message": "Provided token is not a JSON Web Token"
|
||||
}
|
||||
},
|
||||
"response": "",
|
||||
"response-headers": {
|
||||
"Status": "401 Unauthorized"
|
||||
"status": 200
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue