Skip to content

Commit 2461711

Browse files
CLOUDP-292068: Lint fix
1 parent 7646810 commit 2461711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ func getOasSunset() *openapi3.T {
265265
}
266266

267267
func getOasIpaExceptions() *openapi3.T {
268-
extension := map[string]interface{}{
268+
extension := map[string]any{
269269
ipaExceptionExtension: map[string]string{"IPA-104-resource-has-GET": "reason"},
270270
}
271271

0 commit comments

Comments
 (0)