This commit is contained in:
Eric 2025-02-06 13:50:08 +11:00
parent b8dd2d0d81
commit 1316a06759
No known key found for this signature in database

View File

@ -44,7 +44,7 @@ multinodesuite "Node block expiration tests":
await sleepAsync(3.seconds)
let download = clientApi.download(contentId, local = true)
echo "download: ", download
check:
download.isFailure
download.error.msg == "404 Not Found"