File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -67,19 +67,19 @@ run_test() {
6767 return 0
6868 fi
6969
70- OPERETO3_URL=" opereto.qa.redislabs"
70+ OPERETO3_URL=" opereto.qa.redislabs.com "
7171 JSON=$( curl -sk \
7272 -X POST -H " Content-Type: application/json" \
7373 -H " Authorization: Bearer $QA_AUTOMATION_TOKEN " \
7474 -d @$json_in \
75- https://$OPERETO3_URL .com /processes 2>&1 )
75+ https://$OPERETO3_URL /processes 2>&1 )
7676 rc=$?
7777 rm $json_in
7878 status=$( results .status)
7979 if [[ $rc == 0 && $status == success ]]; then
8080 id=$( results .data[0])
8181 echo " Tests running on $MODULE_VERSION for RS $RS_VERSION "
82- echo " Results: https://$OPERETO3_URL .com /ui#dashboard/flow/$id "
82+ echo " Results: https://$OPERETO3_URL /ui#dashboard/flow/$id "
8383 return 0
8484 else
8585 err=$( results .message)
You can’t perform that action at this time.
0 commit comments