Ivan - Add user delete fixture [skip ci]
This commit is contained in:
parent
55e6f344c3
commit
116fb6ce44
|
@ -126,6 +126,16 @@ module.exports = [
|
|||
};
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/user/delete',
|
||||
time: 1000,
|
||||
response: function () {
|
||||
return {
|
||||
status: 'success',
|
||||
data: {}
|
||||
};
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/user/get-user',
|
||||
time: 100,
|
||||
|
|
Loading…
Reference in New Issue