We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86db403 commit af64289Copy full SHA for af64289
config/raw_config_test.go
@@ -320,7 +320,7 @@ func TestRawConfig_sliceIndexLoss(t *testing.T) {
320
vars := map[string]ast.Variable{
321
"var.unknown": ast.Variable{
322
Value: UnknownVariableValue,
323
- Type: ast.TypeUnknown,
+ Type: ast.TypeString,
324
},
325
"var.known": ast.Variable{
326
Value: "123456",
helper/schema/schema_test.go
@@ -2493,8 +2493,7 @@ func TestSchemaMap_Diff(t *testing.T) {
2493
Err: false,
2494
2495
2496
- {
2497
- Name: "Set ForceNew marks count as ForceNew if computed",
+ "Set ForceNew marks count as ForceNew if computed": {
2498
Schema: map[string]*Schema{
2499
"ports": &Schema{
2500
Type: TypeSet,
0 commit comments