Skip to content

Commit 468d28b

Browse files
authored
XIVY-16571 remove auth for REST requests (#531)
1 parent 878a036 commit 468d28b

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

extension/src/engine/api/engine-api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const progressOptions = (title: string) => {
2828
};
2929
};
3030
const headers = { 'X-Requested-By': 'web-ide' };
31-
const options = { headers, auth: { username: 'Developer', password: 'Developer' }, paramsSerializer: { indexes: null } };
31+
const options = { headers, paramsSerializer: { indexes: null } };
3232

3333
export class IvyEngineApi {
3434
private readonly _devContextPath: Promise<string>;

playwright/tests/workspaces/prebuiltProject/processes/ProcurementRequestUserTask.p.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema" : "https://json-schema.axonivy.com/process/12.0.0/process.json",
2+
"$schema" : "https://json-schema.axonivy.com/process/13.1.1/process.json",
33
"id" : "15254DCE818AD7A2",
44
"config" : {
55
"data" : "prebuiltProject.Data"
@@ -115,7 +115,10 @@
115115
],
116116
"visual" : {
117117
"at" : { "x" : 352, "y" : 48 },
118-
"size" : { "width" : 576 }
118+
"size" : { "width" : 576, "height" : 60 },
119+
"description" : "",
120+
"color" : "",
121+
"icon" : ""
119122
}
120123
}, {
121124
"id" : "f5",

0 commit comments

Comments
 (0)