Skip to content

Commit

Permalink
Fix broken connection string
Browse files Browse the repository at this point in the history
Signed-off-by: Willem Pienaar <[email protected]>
  • Loading branch information
woop committed Jun 9, 2021
1 parent 53f8f72 commit e12ecff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/tests/test_cli_redis.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def test_basic() -> None:
type: bigquery
online_store:
redis_type: redis
redis_connection_string: localhost:6379,db=0
connection_string: localhost:6379,db=0
"""
)
)
Expand Down

0 comments on commit e12ecff

Please sign in to comment.