fix(permissions): validate network access flow
This commit is contained in:
@ -61,7 +61,8 @@ describe("TerminalView (with MockTerminalGateway)", () => {
|
||||
wanted: "allow",
|
||||
effective: "deny",
|
||||
runtimeLock: { state: "locked", reason: "Runtime network locked." },
|
||||
control: { mode: "readOnly", reason: "Runtime network locked." },
|
||||
control: { mode: "editable" },
|
||||
runtimeControl: { mode: "readOnly", reason: "Runtime network locked." },
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user