소스 검색

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



불러오는 중...
취소
저장