We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec43946 commit 1270bb2Copy full SHA for 1270bb2
internal/cmd/volume/backup/create/create_test.go
@@ -239,6 +239,13 @@ func TestOutputResult(t *testing.T) {
239
args: args{},
240
wantErr: true,
241
},
242
+ {
243
+ name: "backup is nil",
244
+ args: args{
245
+ backup: nil,
246
+ },
247
+ wantErr: true,
248
249
{
250
name: "minimal backup",
251
args: args{
0 commit comments