Skip to content

Commit 9e56f92

Browse files
committed
added testcase
1 parent 82dadbf commit 9e56f92

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_connection_string.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
[
99
"unix://tmp/foo.bar?db=1",
1010
"redis://localhost/2",
11+
"redis://redis-master/0?is_master=0",
12+
"redis://redis-master/2?is_master=False",
1113
"rediss://localhost:3333?db=2",
1214
],
1315
)

0 commit comments

Comments
 (0)