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 ac5eb38 commit ec9aa1eCopy full SHA for ec9aa1e
tools/cli/internal/apiversion/version_test.go
@@ -189,8 +189,8 @@ func TestApiVersion_WithFullContent(t *testing.T) {
189
name: "private-preview",
190
contentType: "application/vnd.atlas.preview+json",
191
contentValue: &openapi3.MediaType{
192
- Extensions: map[string]interface{}{
193
- "x-xgen-preview": map[string]interface{}{
+ Extensions: map[string]any{
+ "x-xgen-preview": map[string]any{
194
"name": "feature",
195
},
196
0 commit comments