Skip to content

Commit a6049bc

Browse files
authored
Modularize non-admin backup code (migtools#93)
* Download Request Signed-off-by: Joseph <[email protected]> * Remove wait flag, does not work Signed-off-by: Joseph <[email protected]> * Updates Signed-off-by: Joseph <[email protected]> * Format Signed-off-by: Joseph <[email protected]> --------- Signed-off-by: Joseph <[email protected]>
1 parent bb15080 commit a6049bc

File tree

4 files changed

+491
-399
lines changed

4 files changed

+491
-399
lines changed

cmd/non-admin/backup/backup_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ func TestNonAdminBackupCommands(t *testing.T) {
5151
"--storage-location",
5252
"--include-resources",
5353
"--exclude-resources",
54-
"--wait",
5554
"--force",
5655
"--assume-yes",
5756
},
@@ -251,7 +250,6 @@ func TestNonAdminBackupCreateFlags(t *testing.T) {
251250
"--exclude-resources",
252251
"--labels",
253252
"--annotations",
254-
"--wait",
255253
"--force",
256254
"--assume-yes",
257255
"--snapshot-volumes",
@@ -276,7 +274,6 @@ func TestNonAdminBackupExamples(t *testing.T) {
276274
"--storage-location",
277275
"--include-resources",
278276
"--exclude-resources",
279-
"--wait",
280277
}
281278

282279
testutil.TestHelpCommand(t, binaryPath,

0 commit comments

Comments
 (0)