mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralsec.git
synced 2025-10-30 02:12:32 +00:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -427,6 +427,10 @@ test_service() {
|
||||
check_response $result_file
|
||||
USER_ID="$(jq -r '.id' < $result_file)"
|
||||
|
||||
if [[ $USER_ID == null ]]; then
|
||||
USER_ID="$(jq -r '.Id' < $result_file)"
|
||||
fi
|
||||
|
||||
echo
|
||||
echo "-------------"
|
||||
echo "Get test user"
|
||||
|
||||
Reference in New Issue
Block a user