mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-06-08 22:53:00 -04:00
Manually manage resource group on Azure
This commit is contained in:
parent
e6ae54a25a
commit
f15605cb45
25 changed files with 403 additions and 1162 deletions
|
@ -84,8 +84,9 @@ func TestInit(t *testing.T) {
|
|||
require := require.New(t)
|
||||
|
||||
client := Client{}
|
||||
require.NoError(client.init("location", "name"))
|
||||
require.NoError(client.init("location", "name", "rGroup"))
|
||||
assert.Equal("location", client.location)
|
||||
assert.Equal("name", client.name)
|
||||
assert.Equal("rGroup", client.resourceGroup)
|
||||
assert.NotEmpty(client.uid)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue