Skip to content

Commit 1bdb7a7

Browse files
committed
reset acl log before test
1 parent 5f5cc52 commit 1bdb7a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

commands_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2283,6 +2283,7 @@ var _ = Describe("Commands", func() {
22832283
})
22842284

22852285
It("should ACL LOG", Label("NonRedisEnterprise"), func() {
2286+
Expect(client.ACLLogReset(ctx).Err()).NotTo(HaveOccurred())
22862287
err := client.Do(ctx, "acl", "setuser", "test", ">test", "on", "allkeys", "+get").Err()
22872288
Expect(err).NotTo(HaveOccurred())
22882289

0 commit comments

Comments
 (0)