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 ab3f852 commit 2066627Copy full SHA for 2066627
tools/cli/internal/openapi/filter/bump_test.go
@@ -116,7 +116,7 @@ func TestBumpFilter_Apply_Upcoming(t *testing.T) {
116
assert.Contains(t, op.Extensions, "x-state")
117
assert.Equal(t, "Upcoming", op.Extensions["x-state"])
118
assert.NotContains(t, op.Extensions, "x-beta")
119
- assert.NotContains(t, op.Description, description)
+ assert.NotContains(t, op.Description, descriptionDoc feedback for preview API)
120
}
121
122
func TestBumpFilter_Apply_Stable(t *testing.T) {
0 commit comments