Skip to content

Commit 5c2f194

Browse files
committed
fix unit-test typo
1 parent a27b03e commit 5c2f194

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

internal/configuration/schema/schema_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import (
1414
//nolint:all
1515
var configurationExample = `
1616
---
17-
yaml_config_enabled: true
1817
domains_config:
1918
domain:
2019
- name: Root
@@ -202,8 +201,6 @@ allowed_labels:
202201
type: string
203202
tenant:
204203
type: string
205-
config:
206-
yaml_config_enabled: true
207204
`
208205

209206
func TestSchema(t *testing.T) {

0 commit comments

Comments
 (0)