feat: make validator key injectable by application developers (#21608)
This commit is contained in:
@@ -333,7 +333,6 @@ func TestCompareModuleSchemas(t *testing.T) {
|
||||
|
||||
func requireModuleSchema(t *testing.T, types ...schema.Type) schema.ModuleSchema {
|
||||
t.Helper()
|
||||
|
||||
s, err := schema.CompileModuleSchema(types...)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
|
||||
Reference in New Issue
Block a user