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"
|
"status": "archived"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"response": {
|
"response": "",
|
||||||
"error": {
|
|
||||||
"title": "Unauthenticated",
|
|
||||||
"message": "Provided token is not a JSON Web Token"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"response-headers": {
|
"response-headers": {
|
||||||
"Status": "401 Unauthorized"
|
"status": 200
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,13 +10,8 @@
|
||||||
"body": "@bender, I thought you were supposed to be cooking for this party."
|
"body": "@bender, I thought you were supposed to be cooking for this party."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"response": {
|
"response": "",
|
||||||
"error": {
|
|
||||||
"title": "Unauthenticated",
|
|
||||||
"message": "Provided token is not a JSON Web Token"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"response-headers": {
|
"response-headers": {
|
||||||
"Status": "401 Unauthorized"
|
"status": 200
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,13 +9,8 @@
|
||||||
"status": "deleted"
|
"status": "deleted"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"response": {
|
"response": "",
|
||||||
"error": {
|
|
||||||
"title": "Unauthenticated",
|
|
||||||
"message": "Provided token is not a JSON Web Token"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"response-headers": {
|
"response-headers": {
|
||||||
"Status": "401 Unauthorized"
|
"status": 200
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,13 +9,8 @@
|
||||||
"status": "open"
|
"status": "open"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"response": {
|
"response": "",
|
||||||
"error": {
|
|
||||||
"title": "Unauthenticated",
|
|
||||||
"message": "Provided token is not a JSON Web Token"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"response-headers": {
|
"response-headers": {
|
||||||
"Status": "401 Unauthorized"
|
"status": 200
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,13 +9,8 @@
|
||||||
"status": "spam"
|
"status": "spam"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"response": {
|
"response": "",
|
||||||
"error": {
|
|
||||||
"title": "Unauthenticated",
|
|
||||||
"message": "Provided token is not a JSON Web Token"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"response-headers": {
|
"response-headers": {
|
||||||
"Status": "401 Unauthorized"
|
"status": 200
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue