mirror of
https://github.com/hashicorp/packer.git
synced 2026-04-27 17:21:49 -04:00
Fix test
This commit is contained in:
parent
8b58cab008
commit
5cb2ef6e9d
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ func testAccPreCheckInstanceSA(t *testing.T) {
|
|||
|
||||
_, err := client.R().SetHeader("Metadata-Flavor", "Google").Get(tokenUrl())
|
||||
if err != nil {
|
||||
t.Fatalf("error get Service Account token assignment", err)
|
||||
t.Fatalf("error get Service Account token assignment: %s", err)
|
||||
}
|
||||
|
||||
if v := os.Getenv("YC_FOLDER_ID"); v == "" {
|
||||
|
|
|
|||
Loading…
Reference in a new issue