Skip to content

Commit 17489e1

Browse files
committed
Fix urls
1 parent 5ca5e6e commit 17489e1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/check-urls.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ class Curl:
4343
Curl.COULDNT_RESOLVE_HOST,
4444
None,
4545
),
46+
"https://storage.googleapis.com/download.dartlang.org/linux/debian": (
47+
Curl.HTTP_RETURNED_ERROR,
48+
404,
49+
),
4650
# TODO: Temporary fix
4751
"https://dashboard.aspose.cloud/applications": (Curl.HTTP_RETURNED_ERROR, 404),
4852
}

0 commit comments

Comments
 (0)