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 f7ac011 commit 2beb1bdCopy full SHA for 2beb1bd
tools/cli/internal/openapi/filter/code_sample_test.go
@@ -222,8 +222,8 @@ func TestCodeSampleFilter(t *testing.T) {
222
}
223
224
for _, tt := range testCases {
225
- t.Parallel()
226
t.Run(tt.name, func(t *testing.T) {
+ t.Parallel()
227
oas := tt.oas
228
version, err := apiversion.New(apiversion.WithVersion(tt.version))
229
require.NoError(t, err)
0 commit comments