Revert "Template host in verification tests"

This reverts commit d65a2223db.
This commit is contained in:
Claudio Ortolina
2024-12-25 19:57:27 +00:00
parent d65a2223db
commit fc0120e5fc
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -82,5 +82,4 @@ jobs:
- uses: gacts/install-hurl@v1 - uses: gacts/install-hurl@v1
- run: hurl --test test/prod.hurl - run: hurl --test test/prod.hurl
env: env:
HURL_host: https://music-library.claudio-ortolina.org
HURL_api_token: ${{ secrets.API_TOKEN }} HURL_api_token: ${{ secrets.API_TOKEN }}
+2 -2
View File
@@ -1,11 +1,11 @@
# API requires a valid token # API requires a valid token
# GET latest record # GET latest record
GET {{host}}/api/collection/latest GET https://music-library.claudio-ortolina.org/api/collection/latest
Content-Type: application/json Content-Type: application/json
HTTP 401 HTTP 401
GET {{host}}/api/collection/latest GET https://music-library.claudio-ortolina.org/api/collection/latest
Content-Type: application/json Content-Type: application/json
Authorization: Bearer {{api_token}} Authorization: Bearer {{api_token}}
HTTP 200 HTTP 200