Skip to content

Commit ec9aa1e

Browse files
committed
lint
1 parent ac5eb38 commit ec9aa1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/cli/internal/apiversion/version_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@ func TestApiVersion_WithFullContent(t *testing.T) {
189189
name: "private-preview",
190190
contentType: "application/vnd.atlas.preview+json",
191191
contentValue: &openapi3.MediaType{
192-
Extensions: map[string]interface{}{
193-
"x-xgen-preview": map[string]interface{}{
192+
Extensions: map[string]any{
193+
"x-xgen-preview": map[string]any{
194194
"name": "feature",
195195
},
196196
},

0 commit comments

Comments
 (0)