Skip to content

Commit

Permalink
Unify test urls (#101)
Browse files Browse the repository at this point in the history
* Unify test urls

* Update order in Swagger spec
  • Loading branch information
Denis-Averin committed May 10, 2024
1 parent 319a005 commit 35f4483
Show file tree
Hide file tree
Showing 4 changed files with 341 additions and 343 deletions.
8 changes: 3 additions & 5 deletions scripts/check-urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ class Curl:
"http://schemas.android.com/tools": (Curl.COULDNT_RESOLVE_HOST, None),
"https://api.aspose.cloud/connect/token": (Curl.HTTP_RETURNED_ERROR, 400),
"https://api.aspose.cloud/v3.0": (Curl.HTTP_RETURNED_ERROR, 403),
"https://api-qa.aspose.cloud/connect/token": (Curl.HTTP_RETURNED_ERROR, 400),
"https://mvnrepository.com/artifact/io.swagger/swagger-codegen-cli": (
Curl.HTTP_RETURNED_ERROR,
403,
Expand All @@ -53,16 +52,15 @@ class Curl:
[
"http://|https://|ftp://",
"http://localhost:$port/",
"http://localhost:12345",
"http://localhost:12345/v3.0",
"http://localhost:47972",
"http://localhost:47972/connect/token",
"http://localhost:47972/v3.0",
"http://localhost:47972/v3.0/barcode/swagger/spec",
"http://some",
"http://tools.ietf.org/html/rfc1341.html",
"http://tools.ietf.org/html/rfc2046",
"http://tools.ietf.org/html/rfc2388",
"http://urllib3.readthedocs.io/en/latest/advanced-usage.html",
"https://api-qa.aspose.cloud",
"https://api-qa.aspose.cloud/connect/token",
"https://api.aspose.cloud/v3.0/barcode/scan",
"https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-dotnet/releases/tag/v{{packageVersion}}",
"https://img.shields.io/badge/api-v{{appVersion}}-lightgrey",
Expand Down
Loading

0 comments on commit 35f4483

Please sign in to comment.