Skip to content

Commit 1351efd

Browse files
authored
Update run
1 parent db0bb28 commit 1351efd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/qa/run

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)