Skip to content

Commit

Permalink
Fix urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis-Averin committed Nov 19, 2023
1 parent 92d0c88 commit c6e2e42
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/check-urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ class Curl:
Curl.COULDNT_RESOLVE_HOST,
None,
),
"https://storage.googleapis.com/download.dartlang.org/linux/debian": (
Curl.HTTP_RETURNED_ERROR,
404,
),
# TODO: Temporary fix
"https://dashboard.aspose.cloud/applications": (Curl.HTTP_RETURNED_ERROR, 404),
}
Expand Down

0 comments on commit c6e2e42

Please sign in to comment.