We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15d3149 commit 7aaaa12Copy full SHA for 7aaaa12
src/dataplane/pipelinerun/data_persist/test_redis.py
@@ -34,5 +34,5 @@ def test_redis_store():
34
# Get the data
35
rsget = pipeline_redis_get(StoreKey="hello", Redis=redisConnect)
36
# Test before and after rows
37
- assert rsget["value"] == data
+ assert rsget["value"].decode("utf-8") == data
38
assert rsget["result"]=="OK"
0 commit comments