mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 10:19:50 +00:00
fix gofmt error
This commit is contained in:
parent
0c7281624e
commit
0283498ab4
@ -656,7 +656,7 @@ func TestPlaintext(t *testing.T) {
|
||||
"schema": map[string]any{
|
||||
"type": "string",
|
||||
"description": "a description that should not be printed",
|
||||
"enum": []any{},
|
||||
"enum": []int{},
|
||||
},
|
||||
},
|
||||
Checks: []check{
|
||||
@ -671,7 +671,7 @@ func TestPlaintext(t *testing.T) {
|
||||
"schema": map[string]any{
|
||||
"type": "string",
|
||||
"description": "a description that should not be printed",
|
||||
"enum": []any{1, 2, 3},
|
||||
"enum": []int{1, 2, 3},
|
||||
},
|
||||
"singleView": true,
|
||||
},
|
||||
@ -687,7 +687,7 @@ func TestPlaintext(t *testing.T) {
|
||||
"schema": map[string]any{
|
||||
"type": "string",
|
||||
"description": "a description that should not be printed",
|
||||
"enum": []any{1, 2, 3},
|
||||
"enum": []int{1, 2, 3},
|
||||
},
|
||||
"singleView": false,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user