Skip to content

Commit

Permalink
Update test_redis.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer authored Aug 22, 2023
1 parent acbf3e5 commit 6f68d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ut/backends/test_redis.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def redis(redis_client):

class TestRedisBackend:

@pytest.mark.parametrize('decode_responses', [True])
@pytest.mark.parametrize("decode_responses", [True])
async def test_redis_backend_requires_client_decode_responses(self, redis_client):
with pytest.raises(ValueError) as ve:
RedisBackend(client=redis_client)
Expand Down

0 comments on commit 6f68d98

Please sign in to comment.