Browse Source

fix test

pull/106/head
Gurarpit Singh 5 years ago
committed by GitHub
parent
commit
92ecd6706f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      plugin_test.go

2
plugin_test.go

@ -114,7 +114,7 @@ func TestPlugin(t *testing.T) {
{
"default",
exec.Command("terraform", "validate"),
}
},
}
for _, tt := range tests {

Loading…
Cancel
Save