diff --git a/test/test_backup.sh b/test/test_backup.sh index 1355630..b597c6f 100644 --- a/test/test_backup.sh +++ b/test/test_backup.sh @@ -229,7 +229,7 @@ test_5() { fi response=$(_get_wiki_http_response_code "${IMG_URL}/${found_file}") - if [[ ! $response == '404' ]]; then + if [[ ! $response == '403' ]]; then echo " - Test restore images FAILED: deleted file was found at ${IMG_URL}/${found_file}. (status $response)" exit 1 fi