Skip to content

Commit

Permalink
added testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
JackiLin committed Sep 6, 2024
1 parent 82dadbf commit 9e56f92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_connection_string.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
[
"unix://tmp/foo.bar?db=1",
"redis://localhost/2",
"redis://redis-master/0?is_master=0",
"redis://redis-master/2?is_master=False",
"rediss://localhost:3333?db=2",
],
)
Expand Down

0 comments on commit 9e56f92

Please sign in to comment.