mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-18 03:30:39 +09:00
test(cli): align env input fixtures with project scope
This commit is contained in:
parent
48704c6586
commit
f3e5c55f45
1 changed files with 2 additions and 0 deletions
|
|
@ -251,6 +251,7 @@ describe("renderCompanyImportPreview", () => {
|
||||||
key: "OPENAI_API_KEY",
|
key: "OPENAI_API_KEY",
|
||||||
description: null,
|
description: null,
|
||||||
agentSlug: "ceo",
|
agentSlug: "ceo",
|
||||||
|
projectSlug: null,
|
||||||
kind: "secret",
|
kind: "secret",
|
||||||
requirement: "required",
|
requirement: "required",
|
||||||
defaultValue: null,
|
defaultValue: null,
|
||||||
|
|
@ -266,6 +267,7 @@ describe("renderCompanyImportPreview", () => {
|
||||||
key: "OPENAI_API_KEY",
|
key: "OPENAI_API_KEY",
|
||||||
description: null,
|
description: null,
|
||||||
agentSlug: "ceo",
|
agentSlug: "ceo",
|
||||||
|
projectSlug: null,
|
||||||
kind: "secret",
|
kind: "secret",
|
||||||
requirement: "required",
|
requirement: "required",
|
||||||
defaultValue: null,
|
defaultValue: null,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue