Skip to content

Commit

Permalink
Fix echcheck tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Oct 15, 2024
1 parent 9e6abf5 commit 61e6f18
Showing 1 changed file with 1 addition and 3 deletions.
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 61e6f18

Please sign in to comment.