From f21bdcd9d83fc498652bd817dc6b239b907003df Mon Sep 17 00:00:00 2001 From: AndrewZuo01 Date: Mon, 11 Dec 2023 17:25:20 +0800 Subject: [PATCH] debug --- scripts/install/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install/test.sh b/scripts/install/test.sh index 564d7b09a..ccd3fe2c1 100755 --- a/scripts/install/test.sh +++ b/scripts/install/test.sh @@ -545,7 +545,7 @@ EOF ) echo "Requesting to update pin status: $request_body" - local response=$(${CCURL} "${Token}" "${OperationID}" "${Header}" "${INSECURE_OPENIMAPI}/friend/update_pin_status" -d "${request_body}") + local response=$(${CCURL} "${Token}" "${OperationID}" "${Header}" "${INSECURE_OPENIMAPI}/friend/set_pin_friend" -d "${request_body}") openim::test::check_error "$response" }