fmt
This commit is contained in:
parent
9b2039121f
commit
b9f82ef17e
|
@ -7,7 +7,7 @@ import (
|
||||||
|
|
||||||
func testConfig(t *testing.T) map[string]interface{} {
|
func testConfig(t *testing.T) map[string]interface{} {
|
||||||
return map[string]interface{}{
|
return map[string]interface{}{
|
||||||
"account_file": testAccountFile(t),
|
"account_file": testAccountFile(t),
|
||||||
"bucket_name": "foo",
|
"bucket_name": "foo",
|
||||||
"client_secrets_file": testClientSecretsFile(t),
|
"client_secrets_file": testClientSecretsFile(t),
|
||||||
"project_id": "hashicorp",
|
"project_id": "hashicorp",
|
||||||
|
|
Loading…
Reference in New Issue