File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 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) {
107107 "--snapshotId" ,
108108 snapshotID ,
109109 "--targetClusterName" ,
110- g .clusterName ,
110+ g .flexName ,
111111 "--targetProjectId" ,
112112 g .projectID ,
113113 "-o=json" )
@@ -182,7 +182,7 @@ func TestFlexBackup(t *testing.T) {
182182 "--snapshotId" ,
183183 snapshotID ,
184184 "--targetClusterName" ,
185- g .clusterName ,
185+ g .flexName ,
186186 "--targetProjectId" ,
187187 g .projectID ,
188188 "-o=json" )
@@ -216,14 +216,14 @@ func TestFlexBackup(t *testing.T) {
216216 cmd := exec .Command (cliPath ,
217217 clustersEntity ,
218218 "delete" ,
219- g .clusterName ,
219+ g .flexName ,
220220 "--force" ,
221221 "--watch" )
222222 cmd .Env = os .Environ ()
223223 resp , err := e2e .RunAndGetStdOut (cmd )
224224 require .NoError (t , err , string (resp ))
225225
226- expected := fmt .Sprintf ("Deleting cluster '%s'Cluster deleted\n " , g .clusterName )
226+ expected := fmt .Sprintf ("Deleting cluster '%s'Cluster deleted\n " , g .flexName )
227227 assert .Equal (t , expected , string (resp ))
228228 })
229229}
You can’t perform that action at this time.
0 commit comments