Ver código fonte

Delete plan instead of network in test

pull/16/head
Kristijan Mitrovic 4 anos atrás
pai
commit
c6032c5b55
1 arquivos alterados com 3 adições e 3 exclusões
  1. +3
    -3
      bubble-server/src/test/resources/models/tests/live/backup_and_restore.json

+ 3
- 3
bubble-server/src/test/resources/models/tests/live/backup_and_restore.json Ver arquivo

@@ -221,11 +221,11 @@
},

{
"comment": "delete restored bubble network from sage",
"comment": "delete restored bubble network from sage by deleting plan which should have the same name",
"request": {
"uri": "me/networks/{{restoreNN.network}}",
"uri": "me/plans/{{restoreNN.network}}",
"method": "delete"
},
"after": "verify_unreachable https://{{restoreNN.fqdn}}:{{serverConfig.nginxPort}}/api/me"
}
]
]

Carregando…
Cancelar
Salvar