We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55a1161 commit 46e5272Copy full SHA for 46e5272
test/commands/agent/generate/agent-spec.nut.ts
@@ -38,7 +38,7 @@ describe('agent generate spec NUTs', () => {
38
env: { ...process.env, SF_MOCK_DIR: mockDir },
39
}).jsonOutput;
40
41
- const expectedFilePath = resolve(session.project.dir, 'config', 'agentSpec.yaml');
+ const expectedFilePath = resolve(session.project.dir, 'specs', 'agentSpec.yaml');
42
expect(output?.result.isSuccess).to.be.true;
43
expect(output?.result.specPath).to.equal(expectedFilePath);
44
expect(output?.result.agentType).to.equal(type);
0 commit comments