mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-17 03:24:40 -07:00
Test cache too
This commit is contained in:
@@ -139,4 +139,8 @@ func TestUserAuthorizationProto(t *testing.T) {
|
||||
expectResult(t, c, permErrRe)
|
||||
sendProto(t, c, "SUB foo.baz 1\r\n")
|
||||
expectResult(t, c, permErrRe)
|
||||
sendProto(t, c, "SUB foo.baz 1\r\n")
|
||||
expectResult(t, c, permErrRe)
|
||||
sendProto(t, c, "SUB foo.baz 1\r\n")
|
||||
expectResult(t, c, permErrRe)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user