Skip to content

Commit c8626c8

Browse files
author
Peng Zhou
committed
add debug info
1 parent 33de6c0 commit c8626c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/e2e/4_tls_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,7 @@ func TestTlsWithMultiNode(t *testing.T) {
407407
if err != nil {
408408
t.Fatalf("Failed to get certificates list: %v", err)
409409
}
410+
t.Log("Certificates list", certs)
410411
certURIs := gjson.Get(certs, `certificate-default-list.list-items.list-item.#.uriref`).Array()
411412
t.Log("Dnode Cert Url", certURIs)
412413
if len(certURIs) < 2 {

0 commit comments

Comments
 (0)