This commit is contained in:
2026-05-05 19:51:14 +02:00
parent 17ba07b592
commit 48ef85bec5
17 changed files with 7968 additions and 1393663 deletions

View File

@@ -52,7 +52,7 @@ Jail Detail Page Loads Without Error
Login As Admin
# Guard: find an active jail before navigating to /jails/:name
${response}= GET ${BACKEND_URL}/api/jails
${response}= GET ${BACKEND_URL}/api/v1/jails
${jails}= Set Variable ${response.json()}
${count}= Get Length ${jails}