feat: make validator key injectable by application developers (#21608)

This commit is contained in:
Marko
2024-09-18 12:27:25 +00:00
committed by GitHub
parent 0c8ad9d2c6
commit f1dd03f212
7 changed files with 35 additions and 9 deletions
-1
View File
@@ -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)