Test 6 Pushers created with a different access token are deleted on password change

This commit is contained in:
Dan Peleg 2021-05-03 21:45:22 +03:00
parent 763354e371
commit c5247d390f

View file

@ -59,7 +59,9 @@ func GetPushersByLocalpart(
return jsonerror.InternalServerError()
}
res := pushersJSON{}
res := pushersJSON{
Pushers: []pusherJSON{},
}
for _, pusher := range queryRes.Pushers {
res.Pushers = append(res.Pushers, pusherJSON{