Parcourir la source

fix device crud test, now returns 422 when conf not found

tags/v0.1.8
Jonathan Cobb il y a 4 ans
Parent
révision
d52877c460
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +2
    -2
      bubble-server/src/test/resources/models/tests/auth/device_crud.json

+ 2
- 2
bubble-server/src/test/resources/models/tests/auth/device_crud.json Voir le fichier

@@ -117,10 +117,10 @@
},

{
"comment": "as user, try to get vpn config. should return 404 but not 403",
"comment": "as user, try to get vpn config. should return 422 but not 403",
"request": { "uri": "me/devices/user-added-device/vpn/vpn.conf" },
"response": {
"status": 404
"status": 422
}
},



Chargement…
Annuler
Enregistrer