Skip to content

Commit fbda9d7

Browse files
Fix function
1 parent 49abbf0 commit fbda9d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

e2e-tests/functions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1492,7 +1492,7 @@ get_metric_values() {
14921492
local user_pass=$3
14931493
local start=$($date -u "+%s" -d "-1 minute")
14941494
local end=$($date -u "+%s")
1495-
local endpoint$(get_service_endpoint monitoring-service)
1495+
local endpoint=$(get_service_endpoint monitoring-service)
14961496

14971497
execute_curl -s -k \
14981498
-u "$user_pass" \

0 commit comments

Comments
 (0)