You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by oc...@apache.org on 2021/10/22 20:30:53 UTC

[trafficcontrol] branch master updated: To commments update (#6309)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 73ff638  To commments update (#6309)
73ff638 is described below

commit 73ff638caf7f4805159b23525a2d7bcafe35fb8a
Author: bueale <61...@users.noreply.github.com>
AuthorDate: Fri Oct 22 15:30:41 2021 -0500

    To commments update (#6309)
    
    * correcting typos in comments
    
    * correcting typos in comments
---
 .../api/v4/deliveryservice_requests_test.go        | 24 +++++++++++-----------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/traffic_ops/testing/api/v4/deliveryservice_requests_test.go b/traffic_ops/testing/api/v4/deliveryservice_requests_test.go
index 9f6f60c..d0ccf8c 100644
--- a/traffic_ops/testing/api/v4/deliveryservice_requests_test.go
+++ b/traffic_ops/testing/api/v4/deliveryservice_requests_test.go
@@ -132,7 +132,7 @@ func UpdateTestDeliveryServiceRequestsWithLongDescFields(t *testing.T) {
 	}
 }
 
-// Note that this test is suceptible to breaking if the structure of the test
+// Note that this test is susceptible to breaking if the structure of the test
 // data's DSRs is altered at all.
 func UpdateTestDeliveryServiceRequestsWithHeaders(t *testing.T, header http.Header) {
 	if len(testData.DeliveryServiceRequests) < dsrGood+1 {
@@ -186,7 +186,7 @@ func UpdateTestDeliveryServiceRequestsWithHeaders(t *testing.T, header http.Head
 	}
 }
 
-// Note that this test is suceptible to breaking if the structure of the test
+// Note that this test is susceptible to breaking if the structure of the test
 // data's DSRs is altered at all.
 func GetTestDeliveryServiceRequestsIMSAfterChange(t *testing.T, header http.Header) {
 	if len(testData.DeliveryServiceRequests) < dsrGood+1 {
@@ -228,7 +228,7 @@ func GetTestDeliveryServiceRequestsIMSAfterChange(t *testing.T, header http.Head
 	}
 }
 
-// Note that this test is suceptible to breaking if the structure of the test
+// Note that this test is susceptible to breaking if the structure of the test
 // data's DSRs is altered at all.
 func CreateTestDeliveryServiceRequests(t *testing.T) {
 	if len(testData.DeliveryServiceRequests) < dsrGood+1 {
@@ -244,7 +244,7 @@ func CreateTestDeliveryServiceRequests(t *testing.T) {
 
 }
 
-// Note that this test is suceptible to breaking if the structure of the test
+// Note that this test is susceptible to breaking if the structure of the test
 // data's DSRs is altered at all.
 func TestDeliveryServiceRequestRequired(t *testing.T) {
 	WithObjs(t, []TCObj{CDNs, Types, Parameters, Tenants}, func() {
@@ -261,7 +261,7 @@ func TestDeliveryServiceRequestRequired(t *testing.T) {
 	})
 }
 
-// Note that this test is suceptible to breaking if the structure of the test
+// Note that this test is susceptible to breaking if the structure of the test
 // data's DSRs is altered at all.
 func TestDeliveryServiceRequestRules(t *testing.T) {
 	if len(testData.DeliveryServiceRequests) < dsrGood+1 {
@@ -295,7 +295,7 @@ func TestDeliveryServiceRequestRules(t *testing.T) {
 	})
 }
 
-// Note that this test is suceptible to breaking if the structure of the test
+// Note that this test is susceptible to breaking if the structure of the test
 // data's DSRs is altered at all.
 func TestDeliveryServiceRequestTypeFields(t *testing.T) {
 	if len(testData.DeliveryServiceRequests) < dsrBadTenant+1 {
@@ -354,7 +354,7 @@ func TestDeliveryServiceRequestTypeFields(t *testing.T) {
 	})
 }
 
-// Note that this test is suceptible to breaking if the structure of the test
+// Note that this test is susceptible to breaking if the structure of the test
 // data's DSRs is altered at all.
 func TestDeliveryServiceRequestBad(t *testing.T) {
 	if len(testData.DeliveryServiceRequests) < dsrDraft+1 {
@@ -373,7 +373,7 @@ func TestDeliveryServiceRequestBad(t *testing.T) {
 	})
 }
 
-// Note that this test is suceptible to breaking if the structure of the test
+// Note that this test is susceptible to breaking if the structure of the test
 // data's DSRs is altered at all.
 func TestDeliveryServiceRequestWorkflow(t *testing.T) {
 	if len(testData.DeliveryServiceRequests) < dsrDraft+1 {
@@ -500,7 +500,7 @@ func updateDeliveryServiceRequestStatus(t *testing.T, dsr tc.DeliveryServiceRequ
 	return resp
 }
 
-// Note that this test is suceptible to breaking if the structure of the test
+// Note that this test is susceptible to breaking if the structure of the test
 // data's DSRs is altered at all.
 func GetTestDeliveryServiceRequestsIMS(t *testing.T) {
 	if len(testData.DeliveryServiceRequests) < dsrGood+1 {
@@ -535,7 +535,7 @@ func GetTestDeliveryServiceRequestsIMS(t *testing.T) {
 	}
 }
 
-// Note that this test is suceptible to breaking if the structure of the test
+// Note that this test is susceptible to breaking if the structure of the test
 // data's DSRs is altered at all.
 func GetTestDeliveryServiceRequests(t *testing.T) {
 	if len(testData.DeliveryServiceRequests) < dsrGood+1 {
@@ -562,7 +562,7 @@ func GetTestDeliveryServiceRequests(t *testing.T) {
 	}
 }
 
-// Note that this test is suceptible to breaking if the structure of the test
+// Note that this test is susceptible to breaking if the structure of the test
 // data's DSRs is altered at all.
 func UpdateTestDeliveryServiceRequests(t *testing.T) {
 	if len(testData.DeliveryServiceRequests) < dsrGood+1 {
@@ -637,7 +637,7 @@ func UpdateTestDeliveryServiceRequests(t *testing.T) {
 	}
 }
 
-// Note that this test is suceptible to breaking if the structure of the test
+// Note that this test is susceptible to breaking if the structure of the test
 // data's DSRs is altered at all.
 func DeleteTestDeliveryServiceRequests(t *testing.T) {
 	if len(testData.DeliveryServiceRequests) < dsrGood+1 {