feat: ship enterprise control and desktop governance
This commit is contained in:
@@ -164,7 +164,7 @@ try {
|
||||
storagePath: adminAttachmentPath,
|
||||
previewAvailable: false,
|
||||
uploadedAt: timestamp,
|
||||
uploadedBy: "17600003315",
|
||||
uploadedBy: "krisolo",
|
||||
analysisState: "ready_manual",
|
||||
},
|
||||
],
|
||||
@@ -230,7 +230,7 @@ try {
|
||||
await waitForServer(baseUrl, server, () => serverLogs);
|
||||
|
||||
const memberCookie = await login(baseUrl, memberAccount, memberPassword);
|
||||
const adminCookie = await login(baseUrl, "17600003315", "boss123456");
|
||||
const adminCookie = await login(baseUrl, "krisolo", "Admin_yqs_asd.");
|
||||
|
||||
const uploadForm = new FormData();
|
||||
uploadForm.append("file", new File([Buffer.from("blocked upload\n")], "blocked.txt", { type: "text/plain" }));
|
||||
|
||||
Reference in New Issue
Block a user