Переглянути джерело

Small fixes in JSON tests

tags/v0.10.5
Kristijan Mitrovic 4 роки тому
джерело
коміт
38f6077287
2 змінених файлів з 2 додано та 2 видалено
  1. +1
    -1
      bubble-server/src/test/resources/models/include/new_account.json
  2. +1
    -1
      bubble-server/src/test/resources/models/tests/payment/pay_free.json

+ 1
- 1
bubble-server/src/test/resources/models/include/new_account.json Переглянути файл

@@ -77,7 +77,7 @@
"before": "sleep 1s",
"comment": "as root, check inbox for initial email verification message",
"request": {
"session": "rootSession",
"session": "<<rootSessionName>>",
"uri": "debug/inbox/email/{{user.policy.firstEmail}}?action=verify"
},
"response": {


+ 1
- 1
bubble-server/src/test/resources/models/tests/payment/pay_free.json Переглянути файл

@@ -147,8 +147,8 @@
},

{
"before": "sleep 15s",
"comment": "verify account plans, should be one, verify enabled",
"before": "sleep 15s",
"request": { "uri": "me/plans" },
"response": {
"check": [


Завантаження…
Відмінити
Зберегти