diff --git a/lib/go-tc/deliveryservice_requests_test.go b/lib/go-tc/deliveryservice_requests_test.go index d703a647fc..ab9e00666b 100644 --- a/lib/go-tc/deliveryservice_requests_test.go +++ b/lib/go-tc/deliveryservice_requests_test.go @@ -53,7 +53,7 @@ func TestStatusTransition(t *testing.T) { var validTests = [][]error{ // To: Dra Sub Rej Pen Com // From: []error{nil, nil, bad, bad, bad}, // Draft - []error{nil, nil, nil, nil, bad}, // Submitted + []error{nil, nil, nil, nil, nil}, // Submitted []error{bad, bad, bad, bad, bad}, // Rejected []error{bad, bad, bad, nil, nil}, // Pending []error{bad, bad, bad, bad, bad}, // Complete