We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49abbf0 commit fbda9d7Copy full SHA for fbda9d7
1 file changed
e2e-tests/functions
@@ -1492,7 +1492,7 @@ get_metric_values() {
1492
local user_pass=$3
1493
local start=$($date -u "+%s" -d "-1 minute")
1494
local end=$($date -u "+%s")
1495
- local endpoint$(get_service_endpoint monitoring-service)
+ local endpoint=$(get_service_endpoint monitoring-service)
1496
1497
execute_curl -s -k \
1498
-u "$user_pass" \
0 commit comments