mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-03 04:26:20 -04:00
AB#1877 Set location in azure cloud config
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
719b6d5f6f
commit
3282995bda
6 changed files with 13 additions and 5 deletions
|
@ -366,6 +366,7 @@ func TestConvertToCloudServiceAccountURI(t *testing.T) {
|
|||
TenantID: "tenant-id",
|
||||
ClientID: "client-id",
|
||||
ClientSecret: "client-secret",
|
||||
Location: "location",
|
||||
}
|
||||
|
||||
cloudServiceAccountURI := key.ConvertToCloudServiceAccountURI()
|
||||
|
@ -378,5 +379,6 @@ func TestConvertToCloudServiceAccountURI(t *testing.T) {
|
|||
"tenant_id": []string{"tenant-id"},
|
||||
"client_id": []string{"client-id"},
|
||||
"client_secret": []string{"client-secret"},
|
||||
"location": []string{"location"},
|
||||
}, query)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue