liangyepianzhou commented on code in PR #953:
URL: https://github.com/apache/pulsar-client-go/pull/953#discussion_r1116701945


##########
pulsar/client_impl_test.go:
##########
@@ -425,7 +426,7 @@ func TestNamespaceTopics(t *testing.T) {
                t.Fatal(err)
        }
        topic2 := fmt.Sprintf("%s/topic-2", namespace)
-       if err := httpPut("admin/v2/persistent/"+topic2, namespace); err != nil 
{

Review Comment:
   This request got a 400 response after enabling TLS.
   I confirmed to @freeznet  it is an error code.
   So I change its logic to be like the logic of topic 1.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to