Sfoglia il codice sorgente

Delete plan instead of network in test

pull/16/head
Kristijan Mitrovic 4 anni fa
parent
commit
c6032c5b55
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  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 Vedi File

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

Caricamento…
Annulla
Salva