瀏覽代碼

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…
取消
儲存