Skip to content

Commit 6486808

Browse files
committed
Fix test
1 parent dd134f1 commit 6486808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/cli/internal/cli/filter/filter_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ func TestSuccessfulFilter_Run(t *testing.T) {
4747
for _, pathItem := range newSpec.Spec.Paths.Map() {
4848
for _, operation := range pathItem.Operations() {
4949
// check extensions are removed at the operation level
50-
require.Nil(t, operation.Extensions)
50+
require.Nil(t, operation.Extensions["x-xgen-owner-team"])
5151
}
5252
}
5353
}

0 commit comments

Comments
 (0)