Procházet zdrojové kódy

fix test

tags/v0.5.0
Jonathan Cobb před 5 roky
rodič
revize
a43d5f7628
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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 Zobrazit soubor

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


Načítá se…
Zrušit
Uložit