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 dd134f1 commit 6486808Copy full SHA for 6486808
tools/cli/internal/cli/filter/filter_test.go
@@ -47,7 +47,7 @@ func TestSuccessfulFilter_Run(t *testing.T) {
47
for _, pathItem := range newSpec.Spec.Paths.Map() {
48
for _, operation := range pathItem.Operations() {
49
// check extensions are removed at the operation level
50
- require.Nil(t, operation.Extensions)
+ require.Nil(t, operation.Extensions["x-xgen-owner-team"])
51
}
52
53
0 commit comments