Преглед изворни кода

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

tags/v0.1.8
Jonathan Cobb пре 4 година
родитељ
комит
d52877c460
1 измењених фајлова са 2 додато и 2 уклоњено
  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 Прегледај датотеку

@@ -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
}
},



Loading…
Откажи
Сачувај