Skip to content

Conversation

andreaangiolillo
Copy link
Collaborator

Proposed changes

Jira ticket: CLOUDP-297946

This PR removes the x-sunset=9999-12-31 from the openapi spec by creating a new filter.

@andreaangiolillo andreaangiolillo marked this pull request as ready for review March 25, 2025 10:44
@andreaangiolillo andreaangiolillo requested a review from a team as a code owner March 25, 2025 10:44
@andreaangiolillo andreaangiolillo enabled auto-merge (squash) March 25, 2025 10:45
}

for _, content := range response.Value.Content {
if v, ok := content.Extensions["x-sunset"]; ok {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

}

for _, tc := range testCases {
t.Run(tc.name, func(t *testing.T) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
t.Run(tc.name, func(t *testing.T) {
t.Run(tc.name, func(t *testing.T) {
t.Parallel()

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ops, I will open a follow up PR

@andreaangiolillo andreaangiolillo merged commit c657a6a into main Mar 25, 2025
10 checks passed
@andreaangiolillo andreaangiolillo deleted the CLOUDP-297946 branch March 25, 2025 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants