Skip to content

Commit 06d70a6

Browse files
test: fix NUTs
1 parent 514283d commit 06d70a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/nuts/agent.test.run-eval.nut.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ describe('agent test run-eval', function () {
9797
describe('run-eval with flags', () => {
9898
it('should respect --no-normalize flag', async () => {
9999
const command = `agent test run-eval --spec ${jsonPayloadPath} --api-name Local_Info_Agent --no-normalize --target-org ${getUsername()} --json`;
100-
const result = execCmd<RunEvalResult>(command, { ensureExitCode: 0 });
100+
const result = execCmd<RunEvalResult>(command, { ensureExitCode: 1 });
101101

102102
expect(result.jsonOutput?.result).to.be.ok;
103103
expect(result.jsonOutput?.result.tests).to.be.an('array');

0 commit comments

Comments
 (0)