From 1208d3517423759b81095a6968d9a15220e48dda Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Wed, 1 Jan 2025 17:20:32 +0000 Subject: [PATCH] Add prod tests for dev routes --- test/prod.hurl | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/test/prod.hurl b/test/prod.hurl index f8e740eb..12321900 100644 --- a/test/prod.hurl +++ b/test/prod.hurl @@ -30,3 +30,13 @@ HTTP 401 GET {{cover-url}} Authorization: Bearer {{api_token}} HTTP 200 + +# Dev routes are behind authentication + +# Live Dashboard +GET https://music-library.claudio-ortolina.org/dev/dashboard +HTTP 302 + +# Error Tracker +GET https://music-library.claudio-ortolina.org/dev/errors +HTTP 302