Skip to content

Commit 2066627

Browse files
Update bump_test.go
1 parent ab3f852 commit 2066627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ func TestBumpFilter_Apply_Upcoming(t *testing.T) {
116116
assert.Contains(t, op.Extensions, "x-state")
117117
assert.Equal(t, "Upcoming", op.Extensions["x-state"])
118118
assert.NotContains(t, op.Extensions, "x-beta")
119-
assert.NotContains(t, op.Description, description)
119+
assert.NotContains(t, op.Description, descriptionDoc feedback for preview API)
120120
}
121121

122122
func TestBumpFilter_Apply_Stable(t *testing.T) {

0 commit comments

Comments
 (0)