Skip to content

Commit 970cdde

Browse files
mrdailey99claude
andcommitted
fix(test): update NUT assertion for revised status warning wording
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 657c9f9 commit 970cdde

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

test/commands/provar/auth/status.nut.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@ describe('sf provar auth status NUTs', () => {
8484
process.env.PROVAR_API_KEY = 'sk-wrong-prefix-value';
8585
const output = execCmd<SfProvarCommandResult>('provar auth status').shellOutput;
8686
expect(output.stderr).to.equal('');
87-
expect(output.stdout).to.include('misconfigured');
87+
expect(output.stdout).to.include('invalid');
8888
expect(output.stdout).to.include('pv_k_');
89-
expect(output.stdout).to.include('local only');
9089
});
9190
});

0 commit comments

Comments
 (0)