Add public CLI-first acceptance gate
This commit is contained in:
parent
afaf918973
commit
4b323224b2
6 changed files with 143 additions and 7 deletions
|
|
@ -123,6 +123,7 @@ function runCli(args, env = {}) {
|
|||
assert.strictEqual(report.plan.entry, "build");
|
||||
assert.deepStrictEqual(report.plan.session, {
|
||||
AgentPublicKey: {
|
||||
agent: "agent",
|
||||
public_key_fingerprint: sha256(agentPublicKey),
|
||||
browser_interaction_required: false
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue