mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 21:47:17 +00:00
update review comment
This commit is contained in:
parent
6e54ac6fcf
commit
a84edd29a8
1 changed files with 1 additions and 1 deletions
|
|
@ -1077,7 +1077,7 @@ Cypress.Commands.add("apiUpdateGlobalSettings", (globalSettings) => {
|
|||
return cy
|
||||
.request({
|
||||
method: "PUT",
|
||||
url: `http://localhost:3000/api/v2/apps/${Cypress.env("appId")}/versions/${Cypress.env("editingVersionId")}/global_settings`,
|
||||
url: `${Cypress.env("server_host")}/api/v2/apps/${Cypress.env("appId")}/versions/${Cypress.env("editingVersionId")}/global_settings`,
|
||||
body: { globalSettings },
|
||||
headers: {
|
||||
"Content-Type": "application/json",
|
||||
|
|
|
|||
Loading…
Reference in a new issue