소스 검색

fix test

tags/v0.5.0
Jonathan Cobb 5 년 전
부모
커밋
a43d5f7628
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      bubble-server/src/test/resources/models/tests/payment/plan_apps.json

+ 2
- 2
bubble-server/src/test/resources/models/tests/payment/plan_apps.json 파일 보기

@@ -5,7 +5,7 @@
"uri": "users",
"method": "put",
"entity": {
"name": "test_user_free",
"name": "test_plan_apps_user",
"password": "password",
"contact": {"type": "email", "info": "test-user@example.com"}
}
@@ -19,7 +19,7 @@
"session": "new",
"uri": "auth/login",
"entity": {
"name": "test_user_free",
"name": "test_plan_apps_user",
"password": "password"
}
},


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