Skip to content

Commit

Permalink
Merge branch 'master' into feat/add-alternative-endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
ainghazal authored Oct 23, 2024
2 parents 6d5b427 + a66b589 commit e5411af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 4 additions & 3 deletions internal/registry/echcheck.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ func init() {
*config.(*echcheck.Config),
)
},
canonicalName: canonicalName,
config: &echcheck.Config{},
inputPolicy: model.InputOptional,
canonicalName: canonicalName,
config: &echcheck.Config{},
enabledByDefault: true,
inputPolicy: model.InputOptional,
}
}
}
4 changes: 1 addition & 3 deletions internal/registry/factory_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -593,9 +593,7 @@ func TestNewFactory(t *testing.T) {
inputPolicy: model.InputOrStaticDefault,
},
"echcheck": {
// Note: echcheck is not enabled by default because we just introduced it
// into 3.19.0-alpha, which makes it a relatively new experiment.
//enabledByDefault: false,
enabledByDefault: true,
inputPolicy: model.InputOptional,
},
"example": {
Expand Down

0 comments on commit e5411af

Please sign in to comment.