fix(FN-4488): align policy preset tests with custom preset
Fusion-Task-Id: FN-4488 Fusion-Task-Lineage: 3fc1ac43-490f-43f2-a27e-4fdceb64d9c4
This commit is contained in:
@@ -1959,7 +1959,7 @@ describe("Agent create/update routes", () => {
|
||||
JSON.stringify({
|
||||
name: "Invalid Policy Agent",
|
||||
role: "executor",
|
||||
permissionPolicy: { presetId: "custom" },
|
||||
permissionPolicy: { presetId: "not-a-preset" },
|
||||
}),
|
||||
{ "Content-Type": "application/json" },
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user