Skip to content

Commit 133dc79

Browse files
committed
fix
1 parent b37deef commit 133dc79

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

tools/api-generator/.snapshots/04-spec-with-overrides.yaml.snapshot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ var Commands = GroupedAndSortedCommands{
104104
},
105105
},
106106
Expect: &WatcherExpectProperties{
107-
HTTPCode: 200,
107+
HTTPCode: 200, //nolint
108108
Match: &WatcherMatchProperties{
109109
Path: `$.stateName`,
110110
Values: []string{

tools/api-generator/fixtures/04-spec-with-overrides.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ paths:
4848
http-code: 200
4949
match:
5050
path: $.stateName
51-
values: IDLE
51+
values:
52+
- IDLE
5253
operationId: createCluster
5354
parameters:
5455
- $ref: '#/components/parameters/envelope'

0 commit comments

Comments
 (0)