mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-06-19 11:44:20 -04:00
Remove unused name parameter in CreateCluster
This commit is contained in:
parent
b9b618a1f0
commit
158dfe0e2b
5 changed files with 8 additions and 10 deletions
|
@ -129,7 +129,7 @@ func TestCreateCluster(t *testing.T) {
|
|||
workingDir: constants.TerraformWorkingDir,
|
||||
}
|
||||
|
||||
ip, err := c.CreateCluster(context.Background(), tc.provider, "test", tc.vars)
|
||||
ip, err := c.CreateCluster(context.Background(), tc.provider, tc.vars)
|
||||
|
||||
if tc.wantErr {
|
||||
assert.Error(err)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue