Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e12ecff

Browse files
committed
Fix broken connection string
Signed-off-by: Willem Pienaar <[email protected]>
1 parent 53f8f72 commit e12ecff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/python/tests/test_cli_redis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def test_basic() -> None:
3434
type: bigquery
3535
online_store:
3636
redis_type: redis
37-
redis_connection_string: localhost:6379,db=0
37+
connection_string: localhost:6379,db=0
3838
"""
3939
)
4040
)

0 commit comments

Comments
 (0)