Skip to content

Commit bfd12cb

Browse files
committed
update provisioner test for EDGERC env var
1 parent 360b1b9 commit bfd12cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

plugins/akamai/api_client_credentials_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ func TestAPIClientCredentialsProvisioner(t *testing.T) {
2222
Files: map[string]sdk.OutputFile{
2323
"/tmp/.edgerc": {Contents: []byte(plugintest.LoadFixture(t, ".edgerc-single"))},
2424
},
25+
Environment: map[string]string{
26+
"EDGERC": "/tmp/.edgerc",
27+
},
2528
},
2629
},
2730
})

0 commit comments

Comments
 (0)