Przeglądaj źródła

Delete plan instead of network in test

pull/16/head
Kristijan Mitrovic 4 lat temu
rodzic
commit
c6032c5b55
1 zmienionych plików z 3 dodań i 3 usunięć
  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 Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz