Browse Source

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

tags/v0.1.8
Jonathan Cobb 4 years ago
parent
commit
d52877c460
1 changed files with 2 additions and 2 deletions
  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 View File

@@ -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" }, "request": { "uri": "me/devices/user-added-device/vpn/vpn.conf" },
"response": { "response": {
"status": 404
"status": 422
} }
}, },




Loading…
Cancel
Save