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 8492610 commit 2b0d55cCopy full SHA for 2b0d55c
1 file changed
internal/cmn/schema/config_schema_test.go
@@ -27,7 +27,6 @@ func TestConfigSchemaTopLevelPropertiesCoverDefinition(t *testing.T) {
27
28
defType := reflect.TypeFor[config.Definition]()
29
for field := range defType.Fields() {
30
- field := field
31
key := field.Tag.Get("mapstructure")
32
if key == "" || key == "-" {
33
continue
0 commit comments