mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-14 01:50: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",
|
||||
description: null,
|
||||
agentSlug: "ceo",
|
||||
projectSlug: null,
|
||||
kind: "secret",
|
||||
requirement: "required",
|
||||
defaultValue: null,
|
||||
|
|
@ -266,6 +267,7 @@ describe("renderCompanyImportPreview", () => {
|
|||
key: "OPENAI_API_KEY",
|
||||
description: null,
|
||||
agentSlug: "ceo",
|
||||
projectSlug: null,
|
||||
kind: "secret",
|
||||
requirement: "required",
|
||||
defaultValue: null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue