fix #481

Merged
KingChan merged 1 commits from KingChan/forgeplus:huawei_code_check into dev_osredm_server 2025-11-26 17:08:35 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ module HuaweiCloud
end
def defect_metric_trend(task_id,query)
query["taskId"] = task_id
query["task_id"] = task_id
url = "https://codearts-check.#{@region}.myhuaweicloud.com/v1/history/defect-metric-trend"
huawei_request(:get, url, params: query)
rescue RestClient::ExceptionWithResponse => e