Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lenaing committed Nov 3, 2020
1 parent 89b7177 commit 2f2c782
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions command/apply_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -659,8 +659,10 @@ func TestApply_plan_remoteState(t *testing.T) {
"update_method": cty.NullVal(cty.String),
"lock_address": cty.NullVal(cty.String),
"unlock_address": cty.NullVal(cty.String),
"workspaces_address": cty.NullVal(cty.String),
"lock_method": cty.NullVal(cty.String),
"unlock_method": cty.NullVal(cty.String),
"workspaces_method": cty.NullVal(cty.String),
"username": cty.NullVal(cty.String),
"password": cty.NullVal(cty.String),
"skip_cert_verification": cty.NullVal(cty.Bool),
Expand Down

0 comments on commit 2f2c782

Please sign in to comment.