Gurarpit Singh
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
plugin_test.go
|
@ -114,7 +114,7 @@ func TestPlugin(t *testing.T) { |
|
|
{ |
|
|
{ |
|
|
"default", |
|
|
"default", |
|
|
exec.Command("terraform", "validate"), |
|
|
exec.Command("terraform", "validate"), |
|
|
} |
|
|
}, |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
for _, tt := range tests { |
|
|
for _, tt := range tests { |
|
|