404 is ok

This commit is contained in:
Marc Campbell
2019-05-17 02:59:58 +00:00
parent 6b1670dee1
commit 92fe08aef1

View File

@@ -68,6 +68,7 @@ async function main(argv): Promise<any> {
method: "DELETE",
uri: deleteURI,
headers,
simple: false,
}
await rp(options);