This commit is contained in:
Mitchell Hashimoto 2014-09-05 10:23:49 -07:00
parent 9b2039121f
commit b9f82ef17e
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import (
func testConfig(t *testing.T) map[string]interface{} {
return map[string]interface{}{
"account_file": testAccountFile(t),
"account_file": testAccountFile(t),
"bucket_name": "foo",
"client_secrets_file": testClientSecretsFile(t),
"project_id": "hashicorp",