Ver código fonte

fix test

tags/v0.5.0
Jonathan Cobb 5 anos atrás
pai
commit
a43d5f7628
1 arquivos alterados com 2 adições e 2 exclusões
  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 Ver arquivo

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


Carregando…
Cancelar
Salvar