Skip to content

Commit 42aee43

Browse files
jkebingerclaude
andcommitted
Fix test.json canned response to use ANY for currentVersionId
Consistent with other canned responses that use ANY for version IDs. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 9dd1f8a commit 42aee43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/responses/set-default.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ const cannedResponses: CannedResponses = {
172172
[
173173
{
174174
configKey: 'test.json',
175-
currentVersionId: '17259086775344510',
175+
currentVersionId: ANY,
176176
environmentId: '6',
177177
value: {
178178
json: {

0 commit comments

Comments
 (0)