Skip to content

Commit 5a7c05e

Browse files
committed
fix test to use enum
1 parent 210a03f commit 5a7c05e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helper/schema/schema_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -6005,7 +6005,7 @@ func TestSchemaMap_Validate(t *testing.T) {
60056005
Type: TypeString,
60066006
Optional: true,
60076007
ConflictsWith: []string{"allowlist"},
6008-
ConditionsMode: "warning",
6008+
ConditionsMode: SchemaConditionsModeWarning,
60096009
ConditionsMessage: "This functionality will be removed in a later release.",
60106010
},
60116011
},

0 commit comments

Comments
 (0)