backup
This commit is contained in:
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user