Skip to content

Commit a3cf10e

Browse files
fixes e2e tests by regenerating files to include samples
1 parent d80f4df commit a3cf10e

15 files changed

+61477
-490
lines changed

tools/cli/internal/openapi/filter/code_sample_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ func TestCodeSampleFilter(t *testing.T) {
222222
}
223223

224224
for _, tt := range testCases {
225+
t.Parallel()
225226
t.Run(tt.name, func(t *testing.T) {
226227
oas := tt.oas
227228
version, err := apiversion.New(apiversion.WithVersion(tt.version))

0 commit comments

Comments
 (0)