Skip to content

Commit

Permalink
Merge pull request #383 from MaRDI4NFDI/fix_CI
Browse files Browse the repository at this point in the history
Fix CI Errors
  • Loading branch information
eloiferrer authored Jul 7, 2023
2 parents ab52d7e + c01f9d9 commit 17da3b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_backup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 17da3b5

Please sign in to comment.