Skip to content

Commit

Permalink
fix test to use enum
Browse files Browse the repository at this point in the history
  • Loading branch information
dak1n1 committed Apr 23, 2021
1 parent 210a03f commit 5a7c05e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helper/schema/schema_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6005,7 +6005,7 @@ func TestSchemaMap_Validate(t *testing.T) {
Type: TypeString,
Optional: true,
ConflictsWith: []string{"allowlist"},
ConditionsMode: "warning",
ConditionsMode: SchemaConditionsModeWarning,
ConditionsMessage: "This functionality will be removed in a later release.",
},
},
Expand Down

0 comments on commit 5a7c05e

Please sign in to comment.