Browse Source

fix test

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

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


Loading…
Cancel
Save