Skip to content

Commit

Permalink
Adding back in the missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff committed Nov 21, 2018
1 parent df681c7 commit 9dce791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/remote-state/azure/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ func TestRemoteClientServicePrincipalLocks(t *testing.T) {
"storage_account_name": res.storageAccountName,
"container_name": res.storageContainerName,
"key": res.storageKeyName,
"resource_group_name": res.resourceGroup
"resource_group_name": res.resourceGroup,
"arm_subscription_id": os.Getenv("ARM_SUBSCRIPTION_ID"),
"arm_tenant_id": os.Getenv("ARM_TENANT_ID"),
"arm_client_id": os.Getenv("ARM_CLIENT_ID"),
Expand Down

0 comments on commit 9dce791

Please sign in to comment.