fix(permissions): validate network access flow
This commit is contained in:
@ -122,7 +122,8 @@ describe("AgentsPanel (with MockAgentGateway)", () => {
|
||||
wanted: "allow",
|
||||
effective: "deny",
|
||||
runtimeLock: { state: "locked", reason: "Runtime locked." },
|
||||
control: { mode: "readOnly", reason: "Runtime locked." },
|
||||
control: { mode: "editable" },
|
||||
runtimeControl: { mode: "readOnly", reason: "Runtime locked." },
|
||||
});
|
||||
|
||||
renderPanel(agent, new MockProfileGateway(), "/home/me/proj", undefined, permission);
|
||||
|
||||
Reference in New Issue
Block a user