File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ func TestFlexBackup(t *testing.T) {
107
107
"--snapshotId" ,
108
108
snapshotID ,
109
109
"--targetClusterName" ,
110
- g .clusterName ,
110
+ g .flexName ,
111
111
"--targetProjectId" ,
112
112
g .projectID ,
113
113
"-o=json" )
@@ -182,7 +182,7 @@ func TestFlexBackup(t *testing.T) {
182
182
"--snapshotId" ,
183
183
snapshotID ,
184
184
"--targetClusterName" ,
185
- g .clusterName ,
185
+ g .flexName ,
186
186
"--targetProjectId" ,
187
187
g .projectID ,
188
188
"-o=json" )
@@ -216,14 +216,14 @@ func TestFlexBackup(t *testing.T) {
216
216
cmd := exec .Command (cliPath ,
217
217
clustersEntity ,
218
218
"delete" ,
219
- g .clusterName ,
219
+ g .flexName ,
220
220
"--force" ,
221
221
"--watch" )
222
222
cmd .Env = os .Environ ()
223
223
resp , err := e2e .RunAndGetStdOut (cmd )
224
224
require .NoError (t , err , string (resp ))
225
225
226
- expected := fmt .Sprintf ("Deleting cluster '%s'Cluster deleted\n " , g .clusterName )
226
+ expected := fmt .Sprintf ("Deleting cluster '%s'Cluster deleted\n " , g .flexName )
227
227
assert .Equal (t , expected , string (resp ))
228
228
})
229
229
}
You can’t perform that action at this time.
0 commit comments