update test name

This commit is contained in:
Jon Ayers
2026-05-27 20:36:19 +00:00
parent 9831b182f6
commit e4b192b153
+1 -1
View File
@@ -411,7 +411,7 @@ func TestPubsubCluster(t *testing.T) {
// We dial the route listener directly with the nats.go client, which
// surfaces a typed nats.ErrAuthorization for protocol-level -ERR
// 'Authorization Violation' responses.
t.Run("InvalidAuthRejected", func(t *testing.T) {
t.Run("ClusterAuthRequired", func(t *testing.T) {
t.Parallel()
ps := newTestPubsub(t, newAuthClusterOptions(t, "real-token"))