Skip to content

Commit a06e08c

Browse files
committed
Base URL adjustment
1 parent d205c6e commit a06e08c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/tricentis_qtest/tricentis_qtest.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export default {
9090
},
9191
methods: {
9292
_baseUrl() {
93-
return `${this.$auth.qtest_base_uri}/api/v3`;
93+
return `https://${this.$auth.qtest_base_uri}/api/v3`;
9494
},
9595
async _makeRequest({
9696
$ = this, headers, ...otherOpts

0 commit comments

Comments
 (0)