Skip to content

Commit

Permalink
meh
Browse files Browse the repository at this point in the history
  • Loading branch information
mreiferson committed Dec 20, 2022
1 parent b14fdaf commit e11ef8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nsqd/http_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ func TestHTTPSRequireVerify(t *testing.T) {

buf = bytes.NewBuffer([]byte("test message"))
url = fmt.Sprintf("https://%s/pub?topic=%s", httpsAddr, topicName)
_, _ = client.Post(url, "application/octet-stream", buf)
_, err = client.Post(url, "application/octet-stream", buf)
test.NotNil(t, err)

// signed cert
Expand Down

0 comments on commit e11ef8e

Please sign in to comment.