You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2022/10/13 19:40:09 UTC

[GitHub] [trafficcontrol] srijeet0406 commented on a diff in pull request #7118: Remove ASN from servers

srijeet0406 commented on code in PR #7118:
URL: https://github.com/apache/trafficcontrol/pull/7118#discussion_r995050339


##########
traffic_ops/traffic_ops_golang/deliveryservice/keys_test.go:
##########
@@ -2260,6 +2261,7 @@ func TestVerifyAndEncodeCertificateSelfSignedX509v1(t *testing.T) {
 	certChain, certPrivateKey, unknownAuth, _, err := verifyCertKeyPair(SelfSignedX509v1Certificate, SelfSignedX509v1PrivateKey, "", true)
 
 	if err != nil {
+		fmt.Println(err)
 		t.Fatalf("unexpected result: the x509v1 cert/key pair is valid and should have passed validation")

Review Comment:
   Yeah sorry that was my local debug that made it into the commit. It has been removed now.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@trafficcontrol.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org