Merge remote-tracking branch 'origin/main'

This commit is contained in:
stephb9959
2022-05-05 07:58:17 -07:00

View File

@@ -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"