Skip to content

Commit 0e9b5dc

Browse files
DOC-4439 fixed password
1 parent 52278ec commit 0e9b5dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: doctests/cmds_cnxmgmt_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func ExampleClient_cmd_auth() {
5555
fmt.Println(res)
5656
// REMOVE_END
5757
authResult3, err := rdb.Conn().AuthACL(ctx,
58-
"test_user", "strong_password",
58+
"test-user", "strong_password",
5959
).Result()
6060

6161
if err != nil {

0 commit comments

Comments
 (0)