Skip to content

Commit 7aaaa12

Browse files
author
saul-data
committed
Update test_redis.py
1 parent 15d3149 commit 7aaaa12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dataplane/pipelinerun/data_persist/test_redis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ def test_redis_store():
3434
# Get the data
3535
rsget = pipeline_redis_get(StoreKey="hello", Redis=redisConnect)
3636
# Test before and after rows
37-
assert rsget["value"] == data
37+
assert rsget["value"].decode("utf-8") == data
3838
assert rsget["result"]=="OK"

0 commit comments

Comments
 (0)