Skip to content

Commit f535683

Browse files
committed
Fix check-urls.py
1 parent e991940 commit f535683

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/check-urls.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ class Curl:
4040
"https://api.aspose.cloud/v4.0": (Curl.HTTP_RETURNED_ERROR, 404),
4141
"https://api.aspose.cloud/v4.0/": (Curl.HTTP_RETURNED_ERROR, 404),
4242
"https://id.aspose.cloud/connect/token": (Curl.HTTP_RETURNED_ERROR, 400),
43-
"https://barcode.qa.aspose.cloud/v3.0/barcode/swagger/spec": (Curl.COULDNT_RESOLVE_HOST, None),
4443
# TODO: Temporary fix
4544
"https://dashboard.aspose.cloud/applications": (Curl.HTTP_RETURNED_ERROR, 404),
4645
}
@@ -88,7 +87,9 @@ class Curl:
8887
".sonatype.org",
8988
".w3.org",
9089
".wikipedia.org",
90+
9191
# Regular domains
92+
"barcode.qa.aspose.cloud",
9293
"editorconfig.org",
9394
]
9495
)

0 commit comments

Comments
 (0)