cascading-pr update

This commit is contained in:
cascading-pr 2023-10-26 15:02:31 +00:00
parent a580cb63b6
commit de76a9c85f

View file

@ -88,7 +88,7 @@ function login_api() {
fi fi
( echo -n "Authorization: token " ; cat $DOT/token ) > $DOT/header-token ( echo -n "Authorization: token " ; cat $DOT/token ) > $DOT/header-token
# #
# Verify it works # Verify the token works
# #
local status=$(api -w "%{http_code}" -o /dev/null "${url}/api/v1/user") local status=$(api -w "%{http_code}" -o /dev/null "${url}/api/v1/user")
if test "${status}" != 200 ; then if test "${status}" != 200 ; then