This is an automated email from the ASF dual-hosted git repository.

mitchell852 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-trafficcontrol.git

commit 4ef0bad2224171a029156f962742e045b3136a4c
Author: Dan Kirkwood <dang...@apache.org>
AuthorDate: Thu Feb 22 09:00:47 2018 -0700

    fix expected msg
---
 traffic_ops/testing/api/v13/deliveryservice_requests_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/traffic_ops/testing/api/v13/deliveryservice_requests_test.go 
b/traffic_ops/testing/api/v13/deliveryservice_requests_test.go
index b9301ae..193f03c 100644
--- a/traffic_ops/testing/api/v13/deliveryservice_requests_test.go
+++ b/traffic_ops/testing/api/v13/deliveryservice_requests_test.go
@@ -134,7 +134,7 @@ func TestDeliveryServiceRequestBad(t *testing.T) {
                t.Errorf("Error creating DeliveryServiceRequest %v", err)
        }
        expected := []string{
-               `invalid initial request status pending.  Must be 'draft' or 
'submitted'`,
+               `'status' invalid transition from draft to pending`,
        }
        utils.Compare(t, expected, alerts.ToStrings())
 }

-- 
To stop receiving notification emails like this one, please contact
mitchell...@apache.org.

Reply via email to