Skip to content

Commit

Permalink
chore: update test
Browse files Browse the repository at this point in the history
  • Loading branch information
shetzel committed Jan 31, 2025
1 parent dbb4f50 commit 55a1161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/commands/agent/generate/agent-spec.nut.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ describe('agent generate spec NUTs', () => {
const companyName = 'Test Company Name';
const companyDescription = 'Test Company Description';
const companyWebsite = 'https://test-company-website.org';
const command = `agent generate spec ${targetOrg} --type ${type} --role "${role}" --company-name "${companyName}" --company-description "${companyDescription}" --company-website ${companyWebsite} --json`;
const command = `agent generate agent-spec ${targetOrg} --type ${type} --role "${role}" --company-name "${companyName}" --company-description "${companyDescription}" --company-website ${companyWebsite} --json`;
const output = execCmd<AgentCreateSpecResult>(command, {
ensureExitCode: 0,
env: { ...process.env, SF_MOCK_DIR: mockDir },
Expand Down

0 comments on commit 55a1161

Please sign in to comment.